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 - 英語版で削除されており、対応状況も確認できないため --- files/ja/_redirects.txt | 1 - files/ja/_wikihistory.json | 6 ---- .../web/api/htmlelement/forcespellcheck/index.html | 33 ---------------------- 3 files changed, 40 deletions(-) delete mode 100644 files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index e9caf5f93a..3e9f8cdca9 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3233,7 +3233,6 @@ /ja/docs/Web/API/Geolocation/Using_geolocation /ja/docs/Web/API/Geolocation_API /ja/docs/Web/API/GlobalFetch /en-US/docs/Web/API/WindowOrWorkerGlobalScope /ja/docs/Web/API/GlobalFetch/fetch /ja/docs/Web/API/WindowOrWorkerGlobalScope/fetch -/ja/docs/Web/API/HTMLElement/forceSpellCheck /ja/docs/orphaned/Web/API/HTMLElement/forceSpellCheck /ja/docs/Web/API/HTMLFormElement.acceptCharset /ja/docs/Web/API/HTMLFormElement/acceptCharset /ja/docs/Web/API/HTMLFormElement.action /ja/docs/Web/API/HTMLFormElement/action /ja/docs/Web/API/HTMLFormElement.elements /ja/docs/Web/API/HTMLFormElement/elements diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 704868c28d..97dbed9275 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -50801,12 +50801,6 @@ "mikamikuh" ] }, - "orphaned/Web/API/HTMLElement/forceSpellCheck": { - "modified": "2020-10-15T22:22:28.662Z", - "contributors": [ - "Wind1808" - ] - }, "orphaned/Web/API/HTMLOrForeignElement": { "modified": "2020-10-15T22:28:17.699Z", "contributors": [ 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