| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removes all empty paragraph elements
* Removes all empty div elements
* Preserve empty div in code snippet
* Preserve empty elements inside code snippets
* Remove fr files which were converted into markdown
* Web/CSS/transform-function/scaleX()/index.html
The file is already renamed to index.md。
* remove not needed file
* Resolve remaining conflict
Co-authored-by: julieng <julien.gattelier@gmail.com>
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* Update index.html
英文原文:The assignment operation evaluates to the assigned value.
* Update index.html
移除span元素
|
|
|
| |
错别字
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
原文:
不要将原始布尔值的true和false与Boolean对象的真或假混淆。任何一个值,只要它不是 undefined、null、0、NaN或空字符串("")那么无论是任何对象,即使是值为假的Boolean对象,在条件语句中都为真。例如......
修改:少了一个情况false
修改后:
不要将原始布尔值的true和false与Boolean对象的真或假混淆。任何一个值,只要它不是 undefined、null、false、0、NaN或空字符串("")那么无论是任何对象,即使是值为假的Boolean对象,在条件语句中都为真。例如......
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: use uppercase hexadecimal digits
rfc3986 specific that the percent encoding should use uppercase.
Referenced Issues: #3032
* minor improvements
Highlight the javascript code.
Replace unicode space `U+00a0` with ASCII space.
Replace `Specifications` and `Compat`.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Web/JavaScript/Reference/Global_Objects/Function/length, zh-CN (#3582)
“指该函数有多少个必须要传入的参数”改为“指该函数期望传入的参数数量”
翻译成“必须要传入”跟实际含义不符。原文“and indicates how many arguments the function expects,”
|
|
|
|
|
|
| |
* fix issues#2392 and update WeakMap to latest content of English Docs
* convert html content into md
Co-authored-by: meakle <meakle@qq.com>
|
| |
|
|
|
| |
fix translate
|
|
|
|
|
| |
* change a sentence which wasn't translated.
* fix: revise inappropriate translation
|
|
|
|
|
|
|
|
|
| |
* feat: submit a doc that hasn't translated into Chinese ever
把Array.prototype.at()翻译为中文
* fix: add blank space to display bold.
添加空格,修复不能展示加粗的问题。并在注释中加上句号。
|
|
|
|
|
| |
(#3290)
输出值应是 boolean true,不是字符串 "true"
|
|
|
| |
The former translation seems to be not correct : )
|
|
|
|
|
|
|
| |
* Add missing <code> tags
* Correct punctuation marks to full-width ones and remove redundant spaces
* Fix typo
|
|
|
| |
Co-authored-by: julieng <julien.gattelier@gmail.com>
|
|
|
|
|
|
|
| |
* Update index.html
* Update index.html
Remove weird code and font face
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* update: keep Object page same with English docs
url: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object
description: Updated some documents on the Object page, a small part of the content can not guarantee the quality of translation, so no translation
* fix: review
|
|
|
|
| |
(#3260)
|
|
|
|
|
|
|
| |
url: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Symbol
description: instance methods and instance properties not render correct
Co-authored-by: fangjun <fangjun@tal.com>
|
|
|
|
| |
Part of the code in this page does not support highlighting, and now I have fixed it.
The code location is on line 336.
|
|
|
|
| |
Using links which reference to localized page.
replace the wrong URI to `Logical OR` operator with correct one.
|
|
|
| |
更正中文语法
|
| |
|