aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix Web/JavaScript/Reference/Global_Objects/Object/create, zh-CN (#2912)btea2021-10-31
|
* Update Web/JavaScript/Reference/Statements/for...in, zh-CN (#2902)btea2021-10-31
|
* Improve Web/API/Service_Worker_API, zh-CN (#2907)btea2021-10-31
|
* translate the below document. (#2799)logic-finder2021-10-31
| | | Tools for analyzing Web Audio usage
* [ko] Translate a sentenceJP3Pe2021-10-31
| | | | 미번역된 문장이 존재해 이를 번역
* [ko] Update web accessibility documentJP3Pe2021-10-31
| | | | References & Guides 내부의 Accessibility 문서를 영문 버전 참고해 최신화 후 번역
* Rename HTML to MDJP3Pe2021-10-31
|
* (ru) Update code examples according to EN version (#2919)Mykyta Ivanchenko2021-10-30
|
* Fix link to CSS optimizations page (#2916)Malyugin-Anton2021-10-30
|
* (ru) Make proofread of Glossary (#2893)Борис Верховский2021-10-30
| | | Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Fixes #2835 / update vs en-US / xref macro removal (#2840)SphinxKnight2021-10-29
|
* [RU] Update Compat macros (#2911)Alexey Pyltsyn2021-10-29
|
* Glossary/Cross-site_scripting を更新Masahiro FUJIMOTO2021-10-30
| | | | - 2021/10/08 時点の英語版に同期
* Glossary/Cross-site_scripting の拡張子を md に変更Masahiro FUJIMOTO2021-10-30
|
* Web/Media を更新Masahiro FUJIMOTO2021-10-30
| | | | - 2021/10/20 時点の英語版に同期
* Web/Media を変換準備Masahiro FUJIMOTO2021-10-30
|
* Update index.html (#2858)Evan Kim2021-10-29
|
* Update index.html (#2875)Evan Kim2021-10-29
|
* [ko] Translation done of 'AudioWorkletNode' document (#2876)logic-finder2021-10-29
| | | | | | | | | | | | | | | | | * translate the below document. AudioWorkletNode * Modify translation Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * Modify translation Co-authored-by: JO YUN HO <yujo.dev@gmail.com> * fix a space Co-authored-by: JO YUN HO <yujo.dev@gmail.com>
* (ru) Add missed falsy value (#2892)Ivan2021-10-28
|
* Web/Security を更新Masahiro FUJIMOTO2021-10-29
| | | | - 2021/10/21 時点の英語版に同期
* Web/Security を翻訳準備Masahiro FUJIMOTO2021-10-29
|
* 用語集の記事を更新 (HSTS については新規翻訳)Masahiro FUJIMOTO2021-10-29
| | | | 2021/10/20 時点の英語版に基づく
* 20211020-Glossary-1Masahiro FUJIMOTO2021-10-29
|
* Update index.mdMasahiro FUJIMOTO2021-10-29
|
* Web/CSS/list-style を更新Masahiro FUJIMOTO2021-10-29
| | | | - 2021/08/21 時点の英語版に同期
* Web/CSS/list-style の変換準備Masahiro FUJIMOTO2021-10-29
|
* [ko] Translation done of 'AudioWorkletNode()' document. (#2886)logic-finder2021-10-29
| | | | | | | | | | | * translate the below document. AudioWorkletNode() * Modify translation Co-authored-by: hochan Lee <hochan049@gmail.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
* [ko] Translation done of 'AudioWorkletGlobalScope' document (#2854)logic-finder2021-10-28
| | | | | | | * translate the below document. AudioWorkletGlobalScope * fix translation of a sentence
* Update Web/API/setInterval, zh-CN (#2888)btea2021-10-28
|
* translate the below document. (#2793)logic-finder2021-10-28
| | | Using IIR filters
* (ru) Corrects description for the S-command of path element (#2884)Anteex2021-10-28
| | | Corrects the description of the command "S" of <path> element in SVG in Russian
* (ru) Translate "idempotent" term (#2887)Борис Верховский2021-10-28
|
* Web/API/Document/rootElement を新規翻訳Masahiro FUJIMOTO2021-10-28
| | | | - 2021/10/20 時点の英語版に基づく
* 翻訳忘れの見出しを翻訳Masahiro Fujimoto2021-10-28
|
* Использование макроса для вставки ↵Alexey Pyltsyn2021-10-27
| | | | специфицикаций - 2 (#2883)
* [RU] Restore specs (#2880)Alexey Pyltsyn2021-10-27
|
* [RU] Fix another live samples (#2879)Alexey Pyltsyn2021-10-27
|
* Add a French translation for the image-resolution CSS Reference (#2690)Jb Audras2021-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | * Add a French translation for the image-resolution CSS Reference * Update files/fr/web/css/image-resolution/index.md Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> * Update files/fr/web/css/image-resolution/index.md Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> * Update files/fr/web/css/image-resolution/index.md Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> * Update files/fr/web/css/image-resolution/index.md Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> * Update files/fr/web/css/image-resolution/index.md Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* Update glossary/safe (#2864)Xin Gao2021-10-27
| | | | | | | | | * Update index.html 修改有歧义的文案 `所有安全的方法都是幂等的,有些不安全的方法如 PUT 和 DELETE 则不是。` 为 `但并非所有{{glossary("idempotent", "幂等")}}方法都是安全的,例如,{{HTTPMethod("PUT")}} 和 {{HTTPMethod("DELETE")}} 都是幂等的,但不是安全的。` * Update index.html 增加 `所有安全的方法都是{{glossary("idempotent", "幂等")}}的`
* Fix typo in french CSS transition page (#2871)Florent TONNEAU2021-10-27
|
* [RU] Remove notranslate (#2874)Alexey Pyltsyn2021-10-27
|
* [RU] Fix some live samples (#2873)Alexey Pyltsyn2021-10-27
|
* Fix typo in padding-inline-end fr doc (#2869)Romain Trotard2021-10-26
| | | | | | | * Fix typo in padding-inline-end fr doc * Typo balisage markdown Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* fix ajax send formdata incorrect format (#2801)btea2021-10-26
| | | | | * fix ajax send formdata incorrect format * delete unnecessary code
* Web/SVG/Element/clipPath を新規翻訳Masahiro FUJIMOTO2021-10-26
| | | | - 2021/10/19 時点の英語版に同期
* Web/SVG/Element/stop を新規翻訳Masahiro FUJIMOTO2021-10-26
| | | | - 2021/10/19 時点の英語版に基づき新規翻訳
* Web/SVG/Attribute/color を新規翻訳Masahiro FUJIMOTO2021-10-26
| | | | - 2021/10/19 時点の英語版に同期
* Web/SVG/Attribute/stop-color を新規翻訳Masahiro FUJIMOTO2021-10-26
| | | | - 2021/10/19 時点の英語版に同期
* Web/API/Document/anchors を更新Masahiro FUJIMOTO2021-10-26
| | | | - 2021/10/18 時点の英語版に同期