aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
Commit message (Collapse)AuthorAge
* Update files/zh-cn/web/css/vertical-align/index.html (#2015)JJ2021-08-11
| | | 原句中「用于垂直对齐一行文本的内的图片」中第一个「的」字应删去
* Update Web/API/Document/execCommand, zh-CN (#2001)zhyaoang2021-08-10
| | | 仅IE浏览器支持的AutoUrlDetect
* Fix mistranslation Web/API/Fetch_API/Using_Fetch, zh-CN (#2005)zitup2021-08-10
|
* Fix mistranslation in Web/JavaScript/Reference/Strict_mode, zh-CN (#1995)Jabriel2021-08-10
| | | | | | | | | | | | * fix typo 显示 to 显式 and remove unnecessary space * fix incorrect translation implicitly opting-out: **隐式**地脱离/隐式地退出 - 显示: display - 显式: explicit - 隐式: implicit
* Improve translation in Web/HTTP/Status/302, zh-CN (#1992)NOTHING2021-08-09
| | | Location是该302响应对应的响应头的字段,原翻译不通顺
* Remove some headers from CORS-safelisted request-header (#1793)Masashi Hirano2021-08-08
| | | Co-authored-by: Masashi Hirano <cherrydog07@gmail.com>
* replace link with macro ↵meowmeowmeowcat2021-08-08
| | | | | | | | | Web/API/Notifications_API/Using_the_Notifications_API, zh-CN (#1943) * Fix broken live samples and the table of Browser compatibility * Fix the table of Browser compatibility * Use macro for the table of Browser compatibility
* replace spec with macro in Web/JavaScript/Reference/Statements/import.meta, ↵meowmeowmeowcat2021-08-08
| | | | | | | zh-CN (#1944) * Update the stage of tc39/proposal-import-meta * Replace `Spec` section with `{{Specifications}}`
* fix link in Web/JavaScript/Guide/Keyed_collections, zh-CN (#1945)meowmeowmeowcat2021-08-07
|
* fix miss translation in ↵meowmeowmeowcat2021-08-06
| | | | Web/JavaScript/Reference/Global_Objects/Intl/PluralRules, zh-CN (#1935)
* fix typo in Web/JavaScript/Reference/Statements/export, zh-CN (#1934)meowmeowmeowcat2021-08-06
|
* Fix broken live sample (#1922)meowmeowmeowcat2021-08-05
|
* Fixes #1634 - remove old compat site for zh-CN and zh-TWjulieng2021-08-05
|
* fix typo in Web/API/EventTarget/addEventListener, zh-CN (#1913)meowmeowmeowcat2021-08-05
|
* fix Web/JavaScript/Reference/Operators/delete, zh-CN (#1889)meowmeowmeowcat2021-08-04
| | | | | * Fix typo in the link * Remove the host from the link
* update to latest Web/API/HTMLElement/click, zh-CN (#1871)YexuanXiao2021-08-04
| | | | | * Re-translated from the English version to replace outdated content * Fix an omission
* remove link 'title' attributes that's just the 'href' (zh-cn, part 6)Peter Bengtsson2021-08-04
|
* fix typo in Web/HTML/Element/form, zh-CN (#1867)briskr2021-08-03
| | | enctype 可被 button 的 formenctype 覆盖,误写作 formaction
* improve Web/API/Canvas_API/Tutorial/Basic_usage, zh-CN (#1858)鑫花2021-08-03
| | | getContext has the second parameter contextAttributes
* remove link 'title' attributes that's just the 'href' (zh-cn, part 5)Peter Bengtsson2021-08-01
|
* fix code style Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas, ↵NetaP495L2021-07-31
| | | | zh-CN (#1817)
* remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)Peter Bengtsson2021-07-31
|
* fix typo in Web/CSS/opacity, zh-CN (#1787)yucho1239872021-07-29
|
* Correct a fatal translation errorX.Y.Z2021-07-29
| | | English ver: https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseenter_event#usage_notes
* 修正指向维基百科的链接Morris Li2021-07-29
| | | 正确的链接地址应为:<https://zh.wikipedia.org/wiki/蒙提·派森之布莱恩的一生>
* Update index.htmlzhenfeng Yang2021-07-29
| | | readonly, not readyonly
* remove link 'title' attributes that's just the 'href' (zh-cn, part 3)Peter Bengtsson2021-07-29
|
* Fix a typomeowmeowcat2021-07-29
|
* remove link 'title' attributes that's just the 'href' (zh-cn, part 2) (#1730)Peter Bengtsson2021-07-29
| | | | | * remove link 'title' attributes that's just the 'href' (zh-cn, part 2) * more fixes
* fix error Web/API/History/replaceState, zh-CN (#1759)Benno-Wu2021-07-29
|
* improve Web/JavaScript/Reference/Operators/new, zh-CN (#1728)Tackoil2021-07-27
| | | | | | | | | Hi, I make a modification about the description of the second step on the page about `new` operator. The orignal one was confused me because of the two 对象. According to the English version, I make this change to match that one. Please let me know if there are any question. Thanks. 您好,我对 `new` 操作符中的第二步描述做了修改。 原始版本中的两个“对象”存在歧义,在我第一次阅读时理解很困难。对照英文版本,我做了对应的修改进行匹配。 如果该 PR 存在哪些问题,请联系我。谢谢~
* Update index.htmlYvan Zhu2021-07-27
|
* remove link 'title' attributes that's just the 'href' (zh-cn)Peter Bengtsson2021-07-27
|
* fix typo in Web/JavaScript/Data_structures, zh-CN (#1689)ZhengX2021-07-25
| | | | - Fix some typesetting issue by adding spaces between Chinese characters and English letters. - Change word `Javascript` to `JavaScript` .
* wasn't supposed to be orphaned (zh-cn) (#1674)Peter Bengtsson2021-07-23
| | | | | | | * wasn't supposed to be orphaned (zh-cn) * fix redirects * fix slug front-matter
* Fix Web/CSS/@font-face/font-display, zh-CN (#1653)Pathen2021-07-23
| | | The colon in the example is incorrect, should fix “:”to“ :” .
* fix: translation errorElan Bin2021-07-21
| | | 最后已不是将... -> 最后一步是将...
* Fix Web/HTML/Element/datalist, zh-CN (#1624)Elan Bin2021-07-21
| | | the right url is 'https://developer.mozilla.org/zh-CN/docs/Web/HTML/Global_attributes'
* remove all 'cke_pastebin' mentions (#1617)Peter Bengtsson2021-07-19
|
* Remove previously orphaned file (#1616)Peter Bengtsson2021-07-19
| | | | | | | | | | | | | * remove previously orphaned file * rid of more * remove one more * remove more * another one * delete more
* replace wiki links in zh-CNt7yang2021-07-19
|
* [CRON] sync translated contentMDN2021-07-17
|
* fix some punctuationsisyphus982021-07-17
| | | fix some punctuation
* fix broken_links and bad_pre_tagssisyphus982021-07-17
| | | | | The link in line 41 could be resolved. The link in line 159 moves to 'Web/HTML' from 'Mobile',so I modified the link. I modified the bad_pre_tag in line 149 and a place that I think the translation is not smooth in line 78.
* correct the description of date getTimezoneOffset (#1533)liumulin6142021-07-17
| | | | 英文原文: The number of minutes returned by getTimezoneOffset() is positive if the local time zone is behind UTC, and negative if the local time zone is ahead of UTC.
* delete conflicting/orphaned docs (zh-CN) (#1412)Peter Bengtsson2021-07-17
| | | | | | | | | | | | | | | | | | | | | * delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin <irvinfly@gmail.com>
* Update Web/CSS/Viewport_concepts, zh-CN (#1543)sisyphus982021-07-16
| | | Fix typo and unify format
* [CRON] sync translated contentMDN2021-07-14
|
* Update index.html (#1519)zitup2021-07-13
| | | better translation
* fix: the 'eval' jump to the correct link (#1483)Elan Bin2021-07-13
| | | the 'eval' has been translated