diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-30 01:21:51 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-30 01:21:51 +0000 |
commit | f547adc9a91b22cdc678b4ec83e65c1e35cf72d5 (patch) | |
tree | bfed59f9e23d6606ea7d884081d8490e5f10694c /files/zh-cn | |
parent | 65142f47934a8c6ad7b33627c1cc8e1115c20ac2 (diff) | |
download | translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.tar.gz translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.tar.bz2 translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/htmlelement/forcespellcheck/index.html (renamed from files/zh-cn/web/api/htmlelement/forcespellcheck/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 32a464ddf5..a8a1ddf3c5 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1618,6 +1618,7 @@ /zh-CN/docs/Web/API/HTMLElement/blur /zh-CN/docs/Web/API/HTMLOrForeignElement/blur /zh-CN/docs/Web/API/HTMLElement/dataset /zh-CN/docs/Web/API/HTMLOrForeignElement/dataset /zh-CN/docs/Web/API/HTMLElement/focus /zh-CN/docs/Web/API/HTMLOrForeignElement/focus +/zh-CN/docs/Web/API/HTMLElement/forceSpellCheck /zh-CN/docs/orphaned/Web/API/HTMLElement/forceSpellCheck /zh-CN/docs/Web/API/HTMLElement/nonce /zh-CN/docs/Web/API/HTMLOrForeignElement/nonce /zh-CN/docs/Web/API/HTMLElement/style /zh-CN/docs/Web/API/ElementCSSInlineStyle/style /zh-CN/docs/Web/API/HTMLElement/tabIndex /zh-CN/docs/Web/API/HTMLOrForeignElement/tabIndex diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index e289aa8522..e9d6f5f614 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -15121,12 +15121,6 @@ "Dewang" ] }, - "Web/API/HTMLElement/forceSpellCheck": { - "modified": "2019-03-18T21:38:32.415Z", - "contributors": [ - "varcat" - ] - }, "Web/API/HTMLElement/hidden": { "modified": "2019-03-23T22:07:13.819Z", "contributors": [ @@ -50267,6 +50261,12 @@ "wuCrio" ] }, + "orphaned/Web/API/HTMLElement/forceSpellCheck": { + "modified": "2019-03-18T21:38:32.415Z", + "contributors": [ + "varcat" + ] + }, "orphaned/Web/API/HTMLHyperlinkElementUtils": { "modified": "2020-10-15T21:33:08.803Z", "contributors": [ diff --git a/files/zh-cn/web/api/htmlelement/forcespellcheck/index.html b/files/zh-cn/orphaned/web/api/htmlelement/forcespellcheck/index.html index 779c6095a6..cde999ef48 100644 --- a/files/zh-cn/web/api/htmlelement/forcespellcheck/index.html +++ b/files/zh-cn/orphaned/web/api/htmlelement/forcespellcheck/index.html @@ -1,7 +1,8 @@ --- title: HTMLElement.forceSpellCheck() -slug: Web/API/HTMLElement/forceSpellCheck +slug: orphaned/Web/API/HTMLElement/forceSpellCheck translation_of: Web/API/HTMLElement/forceSpellCheck +original_slug: Web/API/HTMLElement/forceSpellCheck --- <p>{{ APIRef("HTML DOM") }}{{SeeCompatTable}}</p> |