From f547adc9a91b22cdc678b4ec83e65c1e35cf72d5 Mon Sep 17 00:00:00 2001 From: MDN Date: Sun, 30 May 2021 01:21:51 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 1 + files/ja/_wikihistory.json | 12 ++++---- .../web/api/htmlelement/forcespellcheck/index.html | 33 ++++++++++++++++++++++ .../web/api/htmlelement/forcespellcheck/index.html | 32 --------------------- 4 files changed, 40 insertions(+), 38 deletions(-) create mode 100644 files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html delete mode 100644 files/ja/web/api/htmlelement/forcespellcheck/index.html (limited to 'files/ja') 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/orphaned/web/api/htmlelement/forcespellcheck/index.html b/files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html new file mode 100644 index 0000000000..3e0c2b978f --- /dev/null +++ b/files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html @@ -0,0 +1,33 @@ +--- +title: HTMLElement.forceSpellCheck() +slug: orphaned/Web/API/HTMLElement/forceSpellCheck +tags: + - API + - Experimental + - HTML DOM + - HTMLElement + - Method + - Reference +translation_of: Web/API/HTMLElement/forceSpellCheck +original_slug: Web/API/HTMLElement/forceSpellCheck +--- +

{{ APIRef("HTML DOM") }}{{SeeCompatTable}}

+ +

{{domxref("HTMLElement")}} インターフェイスの forceSpellCheck() メソッドは、ユーザーが要素にフォーカスしていない場合でも、HTML 要素のスペルチェックと文法チェックを強制します。 このメソッドは、{{glossary("user agent","ユーザーエージェント")}} の振る舞いをオーバーライドします。 チェックの特定のユーザーインターフェイス(赤い下線が表示されるかどうかなど)は、ユーザーエージェントによって決定されます。

+ +

構文

+ +
element.forceSpellCheck()
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.HTMLElement.forceSpellCheck")}}

+ +

関連情報

+ + diff --git a/files/ja/web/api/htmlelement/forcespellcheck/index.html b/files/ja/web/api/htmlelement/forcespellcheck/index.html deleted file mode 100644 index 107b076917..0000000000 --- a/files/ja/web/api/htmlelement/forcespellcheck/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: HTMLElement.forceSpellCheck() -slug: Web/API/HTMLElement/forceSpellCheck -tags: - - API - - Experimental - - HTML DOM - - HTMLElement - - Method - - Reference -translation_of: Web/API/HTMLElement/forceSpellCheck ---- -

{{ APIRef("HTML DOM") }}{{SeeCompatTable}}

- -

{{domxref("HTMLElement")}} インターフェイスの forceSpellCheck() メソッドは、ユーザーが要素にフォーカスしていない場合でも、HTML 要素のスペルチェックと文法チェックを強制します。 このメソッドは、{{glossary("user agent","ユーザーエージェント")}} の振る舞いをオーバーライドします。 チェックの特定のユーザーインターフェイス(赤い下線が表示されるかどうかなど)は、ユーザーエージェントによって決定されます。

- -

構文

- -
element.forceSpellCheck()
- -

ブラウザーの互換性

- - - -

{{Compat("api.HTMLElement.forceSpellCheck")}}

- -

関連情報

- - -- cgit v1.2.3-54-g00ecf