aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
Commit message (Collapse)AuthorAge
* convert to markdown and sync with english versionallo2022-01-19
|
* mv to .md for operator/precedenceallo2022-01-19
|
* convert to markdown and sync with english versionallo2022-01-19
|
* mv to .md for files\zh-cn\weballo2022-01-19
|
* Update Navigator sendBeacon html (#3700)hunter20092022-01-19
| | | Add `ArrayBuffer` and `URLSearchParams` to `data` option
* typo in "lang" global attribute. (#3707)Y. Z. Chen2022-01-17
|
* [CRON] sync translated contentMDN2022-01-16
|
* fix Simplified Chinese version description about 403 code (#3675)Zirui Yang2022-01-14
| | | | | | | | | | * Update index.html 1. the former description is a little confusing about the status talking about. 2. the former description about example of application logic in Chinese is wrong according to English version. * Update files/zh-cn/web/http/status/403/index.html Co-authored-by: Irvin <irvinfly@gmail.com>
* remove dummy divs (#3643)Zongguang Zhang2022-01-13
|
* Update index.html (#3639)Cloud3702022-01-13
|
* fix typo (#3646)Jealh2022-01-13
| | | workder => worker
* remove dummy word (#3615)pigiysou1472022-01-11
| | | | ‘一个标准的微任务队列机都制意味着’修改为‘一个标准的微任务队列机制意味着’ 去掉多余‘都’
* Fix mistranslation in ↵ethan2022-01-10
| | | | | | Web/JavaScript/Reference/Global_Objects/Function/length, zh-CN (#3582) “指该函数有多少个必须要传入的参数”改为“指该函数期望传入的参数数量” 翻译成“必须要传入”跟实际含义不符。原文“and indicates how many arguments the function expects,”
* Sync Web/CSS/inherit, zh-CN (#3455)yionr2022-01-10
| | | | | * 同步英语版本修改 * fix 补充 ‘继承’的超链接
* Fix wrong description for 301 status code (#3569)Yang2022-01-10
|
* udpate and convert global_objects/weakmap to md and add weakmap/weakmap (#3553)Irvin2022-01-05
| | | | | | * fix issues#2392 and update WeakMap to latest content of English Docs * convert html content into md Co-authored-by: meakle <meakle@qq.com>
* mv html > md on javascript/reference/global_objects/weakmap (#3550)Irvin2022-01-04
|
* convert to markdown and sync with english versionallo2022-01-04
|
* mv to .md for web\api\globaleventhandlers\onclickallo2022-01-04
|
* Change the URL of channel messaging basic demo (#3479)儁乂2022-01-04
|
* fix translation (#3543)林锦骏2022-01-04
|
* fix typo (#3545)Ho 2292022-01-04
|
* rm one dummy char (#3538)Bierxiensi2022-01-04
| | | fix translate
* Fix: typos (#3505)Lete乐特2022-01-04
|
* Sync Web/API/Document/querySelector, zh-CN (#3442)Anil Seervi2021-12-27
| | | | | | | | | * Fix return type for document.querySelector() in zh-CN * Fix flaws - http -> https - fix url - remove 404 url
* Update Web/JavaScript/Reference/Global_Objects/globalThis, zh-CN (#3338)sooia2021-12-27
| | | | | * change a sentence which wasn't translated. * fix: revise inappropriate translation
* fix:files/zh-cn/web/html/element/audio/index.html (#3431)rinlang2021-12-24
| | | line 44:不携带 -> 携带
* fix: add missing bracket (#3425)Bryan Lee2021-12-22
|
* translate Array.prototype.at into Chinese (#3416)sooia2021-12-22
| | | | | | | | | * feat: submit a doc that hasn't translated into Chinese ever 把Array.prototype.at()翻译为中文 * fix: add blank space to display bold. 添加空格,修复不能展示加粗的问题。并在注释中加上句号。
* convert to markdown and sync with english versionallo2021-12-21
|
* mv to md for files\zh-cn\web\http\corsallo2021-12-21
|
* feat: 更新一处翻译问题 (#3417)Han Han2021-12-21
|
* sync with english versionallo2021-12-21
|
* convert to md for api.HTMLCanvasElement.toBloballo2021-12-21
|
* mv to .md for api.HTMLCanvasElement.toBloballo2021-12-21
|
* ”无效的 JavaScript 标识符作为属性名称“一节输出值有误 ↵exprassL2021-12-21
| | | | | (#3290) 输出值应是 boolean true,不是字符串 "true"
* Fix links in Same origin policy (zh-CN) (#3280)Carolyn Wu2021-12-21
| | | | | | | | | | | | * Fix localStorage link * Fix another link * Update CORS link title attribute * Revise as per reviews localStorage 連結 -> https://developer.mozilla.org/zh-CN/docs/Web/API/Window/localStorage CORS 連結 ID -> #附带身份凭证的请求
* Update index.htmlTakeshiZ2021-12-21
| | | The former translation seems to be not correct : )
* fix 翻译错误yionr2021-12-21
|
* Fix HTML syntax Web/JavaScript/Guide/Numbers_and_dates, zh-CN (#3365)Yi Lu2021-12-16
| | | | | | | * Add missing <code> tags * Correct punctuation marks to full-width ones and remove redundant spaces * Fix typo
* Fix typo in Web/JavaScript/Reference/Global_Objects/Array/fill, zh-CN (#3353)btea2021-12-16
| | | Co-authored-by: julieng <julien.gattelier@gmail.com>
* Remove unnecessary content ↵y1229722021-12-16
| | | | Learn/JavaScript/Asynchronous/Timeouts_and_intervals, zh-CN (#3344)
* Improve Web/API/AbortController, zh-CN (#3335)李轻舟2021-12-16
|
* [CRON] sync translated contentMDN2021-12-16
|
* [CRON] sync translated contentMDN2021-12-14
|
* Update Web/CSS/all, zh-CN (#3328)yionr2021-12-13
|
* Improve Web/CSS/unset, zh-CN (#3326)yionr2021-12-13
|
* Add Web/API/ArrayBufferView, zh-CN (#3322)A1lo2021-12-13
|
* Add Web/API/HTMLElement/transitionstart_event, zh-CN (#3309)Wyatt2021-12-13
|
* Fix syntax error in Web/HTML/Element/var, zh-CN (#3319)A1lo2021-12-13
| | | | | * fix: fix live sample for web\html\element\var * fix: remove the wrong <div> tag and fix the link