diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-15 00:41:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 00:41:51 +0900 |
commit | 9d0bfb28948eef5a4af89471cd678993774939ee (patch) | |
tree | 114c08d3cee99cc43a089eb17c2f4f0747b23dc5 /files/ja | |
parent | 209f9a4970fdc419967c145b82939dbfd9949b70 (diff) | |
download | translated-content-9d0bfb28948eef5a4af89471cd678993774939ee.tar.gz translated-content-9d0bfb28948eef5a4af89471cd678993774939ee.tar.bz2 translated-content-9d0bfb28948eef5a4af89471cd678993774939ee.zip |
orphaned/Web/API/HTMLElement/forceSpellCheck を削除 (#1953)
- 英語版で削除されており、対応状況も確認できないため
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 6 | ||||
-rw-r--r-- | files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html | 33 |
3 files changed, 0 insertions, 40 deletions
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 ---- -<p>{{ APIRef("HTML DOM") }}{{SeeCompatTable}}</p> - -<p><span class="seoSummary">{{domxref("HTMLElement")}} インターフェイスの <strong><code>forceSpellCheck()</code></strong> メソッドは、ユーザーが要素にフォーカスしていない場合でも、HTML 要素のスペルチェックと文法チェックを強制します。 このメソッドは、{{glossary("user agent","ユーザーエージェント")}} の振る舞いをオーバーライドします。 チェックの特定のユーザーインターフェイス(赤い下線が表示されるかどうかなど)は、ユーザーエージェントによって決定されます。</span></p> - -<h2 id="Syntax" name="Syntax">構文</h2> - -<pre class="syntaxbox"><em>element</em>.forceSpellCheck()</pre> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> - - - -<p>{{Compat("api.HTMLElement.forceSpellCheck")}}</p> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li><a href="/en-US/docs/Web/HTML/Controlling_spell_checking_in_HTML_formsControlling_spell_checking_in_HTML_forms">Controlling spell checking in HTML forms</a></li> - <li>{{htmlattrxref("spellcheck")}} 属性</li> -</ul> |