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 --- .../web/api/htmlelement/forcespellcheck/index.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html (limited to 'files/ja/orphaned/web') 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")}}

+ +

関連情報

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