| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
- Add <code> where appropriate
- Add appropriate Spaces
- Change '()' to '()'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* replace anch with tag `<a>`
* auto replace anch with scripts
* fix: resolve some incorrect anchors
* replace anch with markdown link in markdown files
* sync with english version for `Properties`
* fix: resolve some incorrect anchors
* using `Specifications` marco to replace `<table>`
* fix: resolve some incorrect anchors
* remove the `noteCard` and add a `h2` head
* fix: resolve some incorrect anchors
* remove the duplicated content
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
* revert the content change and replace anch
* revert the content change and replace anch
* revert the content chang
* fix: correct the `href`
* revert content changes and replace the anch
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
|
| |
|
|
|
|
| |
- Use full-angle symbols instead of half-angle symbols.
- Optimized statement description
|
|
|
| |
翻译错误
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
There are two polyfills
|
|
|
| |
extra word of '的'
|
| |
|
|
|
| |
the original link of '\n'(https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions$edit#special-backreference) points to Page not found
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|