Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [CRON] sync translated content | MDN | 2021-06-23 |
| | |||
* | remove deprecated $sample URLs for zh | t7yang | 2021-06-23 |
| | |||
* | [zh-cn] fix filename | classlfz | 2021-06-22 |
| | |||
* | remove hidden bcd table paragraph from 'zh-cn' | Peter Bengtsson | 2021-06-22 |
| | | | | Part of #1008 | ||
* | [CRON] sync translated content | MDN | 2021-06-20 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-19 |
| | |||
* | fix #516 | Kevin CHEN | 2021-06-18 |
| | |||
* | fix #574 | Kevin CHEN | 2021-06-18 |
| | |||
* | rid of $samples iframes | Peter Bengtsson | 2021-06-18 |
| | |||
* | Fix Web/API/EventTarget/addEventListener, zh-CN (#1224) | Kevin CHEN | 2021-06-17 |
| | | | fix #663 | ||
* | fix #743 | Kevin CHEN | 2021-06-17 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-16 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-15 |
| | |||
* | Update Web/API/Element/mousemove_event, zh-CN (#1200) | A1lo | 2021-06-14 |
| | |||
* | [zh-cn] 更新“操作符优先级” patch-2 | plylrnsdy | 2021-06-14 |
| | | | | | | - 修正不统一的翻译:“关联性”应为“结合性” - 修正部分 html 属性与英文版不一致 - 部分文本润色 | ||
* | [zh-cn] 更新“操作符优先级” | plylrnsdy | 2021-06-14 |
| | | | | | | | | | - 修正操作符 `%` 的中文名称为“取余” - 修正操作符 `==`/`!=`/`===`/`!==` 的中文名称,与指向页面保持一致 - 同步英文版 - 新增内容 - 展开语法(Spread syntax)从操作符优先级表格移除,并解释原因 - 表格、链接等 html 格式 | ||
* | Fix Web/HTTP/Protocol_upgrade_mechanism, zh-CN (#1175) | Xyz | 2021-06-13 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-10 |
| | |||
* | Update index.html | Hoarfroster | 2021-06-10 |
| | |||
* | Update index.html | Hoarfroster | 2021-06-10 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-09 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-08 |
| | |||
* | Update Web/JavaScript/Reference/Operators, zh-CN (#1127) | Hoarfroster | 2021-06-07 |
| | | | | | | | | | * Update index.html content 统一 "." => "。" * Update 逻辑赋值运算符 Update 逻辑赋值运算符 | ||
* | [CRON] sync translated content | MDN | 2021-06-06 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-03 |
| | |||
* | [CRON] sync translated content | MDN | 2021-06-01 |
| | |||
* | Fix Web/JavaScript/Guide/Regular_Expressions/Quantifiers, zh-CN (#1066) | Zack Chang | 2021-05-31 |
| | | | Correct a translation error. | ||
* | fix(fetch): complete the possible type for request body | WangLeto | 2021-05-31 |
| | |||
* | remove bcd paragraph for zh-CN | t7yang | 2021-05-31 |
| | |||
* | [CRON] sync translated content | MDN | 2021-05-30 |
| | |||
* | [CRON] sync translated content | MDN | 2021-05-29 |
| | |||
* | fix MacroWrongXRefError flaws for some domxref calls (#1018) | Ryan Johnson | 2021-05-28 |
| | |||
* | Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017) | Ryan Johnson | 2021-05-28 |
| | | | This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71. | ||
* | replace some domxref macro calls with event macro calls (#1016) | Ryan Johnson | 2021-05-28 |
| | |||
* | Update index.html | Andy | 2021-05-28 |
| | | | 重拍应修改为重排。 | ||
* | [zh-cn]: Update web/api/globaleventhandlers/oncontextmenu/index.html | puxiao | 2021-05-27 |
| | |||
* | Fix zh-cn Web/API/PushManager (#996) | Peter Bengtsson | 2021-05-27 |
| | | | | | * fix zh-cn Web/API/PushManager * oops | ||
* | [CRON] sync translated content | MDN | 2021-05-27 |
| | |||
* | [CRON] sync translated content | MDN | 2021-05-25 |
| | |||
* | docs(HTMLInputElement): add the translated content for webkitdirectory | chengpeiquan | 2021-05-24 |
| | |||
* | fix typo | wzhli | 2021-05-22 |
| | |||
* | [CRON] sync translated content | MDN | 2021-05-22 |
| | |||
* | [CRON] sync translated content | MDN | 2021-05-21 |
| | |||
* | Update Web/API/EventTarget/addEventListener, zh-CN (#905) | leto | 2021-05-18 |
| | | | Co-authored-by: WangLeto <wanglitong@bytedance.com> | ||
* | [CRON] sync translated content | MDN | 2021-05-18 |
| | |||
* | fix external image flaws in Web/MathML/Authoring (zh-cn, zh-tw) | Peter Bengtsson | 2021-05-15 |
| | |||
* | Fix Web/CSS/transform-function, zh-CN (#847) | MinuteReversal | 2021-05-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 应该是下面这样 <table> <tr> <td>cos(a)</td> <td>-sin(a)</td> <td>0</td> <td>0</td> </tr> <tr> <td>sin(a)</td> <td>cos(a)</td> <td>0</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> <td>1</td> </tr> </table> 第三行第三列应该为1,不然在浏览器中不显示。 | ||
* | Fix Web/HTTP/CORS/Errors/CORSMissingAllowOrigin, zh-CN (#818) | David Hu | 2021-05-14 |
| | | | Correct translation errors | ||
* | [CRON] sync translated content | MDN | 2021-05-12 |
| | |||
* | Update zh-cn/web/api/resizeobserver/observe/index.html | puxiao | 2021-05-11 |
| |