From 9d0bfb28948eef5a4af89471cd678993774939ee Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 15 Aug 2021 00:41:51 +0900 Subject: orphaned/Web/API/HTMLElement/forceSpellCheck を削除 (#1953) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 英語版で削除されており、対応状況も確認できないため --- .../web/api/htmlelement/forcespellcheck/index.html | 33 ---------------------- 1 file changed, 33 deletions(-) delete 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 deleted file mode 100644 index 3e0c2b978f..0000000000 --- a/files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -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