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/ja | |
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/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html (renamed from files/ja/web/api/htmlelement/forcespellcheck/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 35f36de624..18b1668683 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3803,6 +3803,7 @@ /ja/docs/Web/API/HTMLElement/blur /ja/docs/Web/API/HTMLOrForeignElement/blur /ja/docs/Web/API/HTMLElement/dataset /ja/docs/Web/API/HTMLOrForeignElement/dataset /ja/docs/Web/API/HTMLElement/focus /ja/docs/Web/API/HTMLOrForeignElement/focus +/ja/docs/Web/API/HTMLElement/forceSpellCheck /ja/docs/orphaned/Web/API/HTMLElement/forceSpellCheck /ja/docs/Web/API/HTMLElement/nonce /ja/docs/Web/API/HTMLOrForeignElement/nonce /ja/docs/Web/API/HTMLElement/style /ja/docs/Web/API/ElementCSSInlineStyle/style /ja/docs/Web/API/HTMLElement/tabIndex /ja/docs/Web/API/HTMLOrForeignElement/tabIndex diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index ab35d6cc64..d6db522215 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -16278,12 +16278,6 @@ "dextra" ] }, - "Web/API/HTMLElement/forceSpellCheck": { - "modified": "2020-10-15T22:22:28.662Z", - "contributors": [ - "Wind1808" - ] - }, "Web/API/HTMLElement/gotpointercapture_event": { "modified": "2020-10-15T22:20:35.188Z", "contributors": [ @@ -52388,6 +52382,12 @@ "mikamikuh" ] }, + "orphaned/Web/API/HTMLElement/forceSpellCheck": { + "modified": "2020-10-15T22:22:28.662Z", + "contributors": [ + "Wind1808" + ] + }, "orphaned/Web/API/HTMLHyperlinkElementUtils": { "modified": "2020-10-15T22:23:06.944Z", "contributors": [ diff --git a/files/ja/web/api/htmlelement/forcespellcheck/index.html b/files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html index 107b076917..3e0c2b978f 100644 --- a/files/ja/web/api/htmlelement/forcespellcheck/index.html +++ b/files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html @@ -1,6 +1,6 @@ --- title: HTMLElement.forceSpellCheck() -slug: Web/API/HTMLElement/forceSpellCheck +slug: orphaned/Web/API/HTMLElement/forceSpellCheck tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Method - Reference translation_of: Web/API/HTMLElement/forceSpellCheck +original_slug: Web/API/HTMLElement/forceSpellCheck --- <p>{{ APIRef("HTML DOM") }}{{SeeCompatTable}}</p> |