diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-10 16:18:46 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-10 16:18:46 +0000 |
commit | 785c0b7c8adc9e73cfd07817009c4437255c9398 (patch) | |
tree | df9c9cef2d0122f1227098f11d29a2141b014839 /files/zh-cn | |
parent | a347d81327250fad25cb1990f012cab05c3cfa4c (diff) | |
download | translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.tar.gz translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.tar.bz2 translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 4 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 24 | ||||
-rw-r--r-- | files/zh-cn/web/api/document/pointerlockelement/index.html (renamed from files/zh-cn/web/api/documentorshadowroot/pointerlockelement/index.html) | 4 | ||||
-rw-r--r-- | files/zh-cn/web/api/document/stylesheets/index.html (renamed from files/zh-cn/web/api/documentorshadowroot/stylesheets/index.html) | 3 |
4 files changed, 18 insertions, 17 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 46943b1804..9ee008a3bd 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1491,11 +1491,11 @@ /zh-CN/docs/Web/API/Document/mozFullScreenElement /zh-CN/docs/Web/API/Document/fullscreenElement /zh-CN/docs/Web/API/Document/mozFullScreenEnabled /zh-CN/docs/Web/API/Document/fullscreenEnabled /zh-CN/docs/Web/API/Document/onreadystatechange /en-US/docs/Web/API/Document/readystatechange_event -/zh-CN/docs/Web/API/Document/pointerLockElement /zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /zh-CN/docs/Web/API/Document/rouchmove_event /zh-CN/docs/Web/API/Document/touchmove_event -/zh-CN/docs/Web/API/Document/styleSheets /zh-CN/docs/conflicting/Web/API/DocumentOrShadowRoot/styleSheets /zh-CN/docs/Web/API/DocumentOrShadowRoot/activeElement /zh-CN/docs/Web/API/Document/activeElement /zh-CN/docs/Web/API/DocumentOrShadowRoot/fullscreenElement /zh-CN/docs/Web/API/Document/fullscreenElement +/zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /zh-CN/docs/Web/API/Document/pointerLockElement +/zh-CN/docs/Web/API/DocumentOrShadowRoot/styleSheets /zh-CN/docs/Web/API/Document/styleSheets /zh-CN/docs/Web/API/Document_Object_Model/Preface /zh-CN/docs/conflicting/Web/API/Document_Object_Model /zh-CN/docs/Web/API/Element.classList /zh-CN/docs/Web/API/Element/classList /zh-CN/docs/Web/API/Element.className /zh-CN/docs/Web/API/Element/className diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 31836b726e..6bb3beb84a 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -10390,12 +10390,6 @@ "WuCongMan" ] }, - "Web/API/DocumentOrShadowRoot/styleSheets": { - "modified": "2020-10-19T22:22:59.095Z", - "contributors": [ - "lastVigo" - ] - }, "Web/API/DocumentTouch": { "modified": "2019-03-23T22:57:10.414Z", "contributors": [ @@ -47145,12 +47139,6 @@ "ziyunfei" ] }, - "Web/API/DocumentOrShadowRoot/pointerLockElement": { - "modified": "2019-03-23T22:20:46.971Z", - "contributors": [ - "876843240" - ] - }, "Web/API/Document/touchmove_event": { "modified": "2019-04-30T14:14:32.752Z", "contributors": [ @@ -50798,5 +50786,17 @@ "April421", "xgqfrms" ] + }, + "Web/API/Document/pointerLockElement": { + "modified": "2019-03-23T22:20:46.971Z", + "contributors": [ + "876843240" + ] + }, + "Web/API/Document/styleSheets": { + "modified": "2020-10-19T22:22:59.095Z", + "contributors": [ + "lastVigo" + ] } }
\ No newline at end of file diff --git a/files/zh-cn/web/api/documentorshadowroot/pointerlockelement/index.html b/files/zh-cn/web/api/document/pointerlockelement/index.html index 38702632bd..50f2343da8 100644 --- a/files/zh-cn/web/api/documentorshadowroot/pointerlockelement/index.html +++ b/files/zh-cn/web/api/document/pointerlockelement/index.html @@ -1,8 +1,8 @@ --- title: Document.pointerLockElement -slug: Web/API/DocumentOrShadowRoot/pointerLockElement +slug: Web/API/Document/pointerLockElement translation_of: Web/API/DocumentOrShadowRoot/pointerLockElement -original_slug: Web/API/Document/pointerLockElement +original_slug: Web/API/DocumentOrShadowRoot/pointerLockElement --- <div>{{APIRef("DOM")}}</div> diff --git a/files/zh-cn/web/api/documentorshadowroot/stylesheets/index.html b/files/zh-cn/web/api/document/stylesheets/index.html index 1c9425a744..f94497ceeb 100644 --- a/files/zh-cn/web/api/documentorshadowroot/stylesheets/index.html +++ b/files/zh-cn/web/api/document/stylesheets/index.html @@ -1,7 +1,8 @@ --- title: DocumentOrShadowRoot.styleSheets -slug: Web/API/DocumentOrShadowRoot/styleSheets +slug: Web/API/Document/styleSheets translation_of: Web/API/DocumentOrShadowRoot/styleSheets +original_slug: Web/API/DocumentOrShadowRoot/styleSheets --- <div>{{SeeCompatTable}}{{APIRef("Shadow DOM")}}</div> |