aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-15 00:41:51 +0900
committerGitHub <noreply@github.com>2021-08-15 00:41:51 +0900
commit9d0bfb28948eef5a4af89471cd678993774939ee (patch)
tree114c08d3cee99cc43a089eb17c2f4f0747b23dc5 /files/ja/orphaned
parent209f9a4970fdc419967c145b82939dbfd9949b70 (diff)
downloadtranslated-content-9d0bfb28948eef5a4af89471cd678993774939ee.tar.gz
translated-content-9d0bfb28948eef5a4af89471cd678993774939ee.tar.bz2
translated-content-9d0bfb28948eef5a4af89471cd678993774939ee.zip
orphaned/Web/API/HTMLElement/forceSpellCheck を削除 (#1953)
- 英語版で削除されており、対応状況も確認できないため
Diffstat (limited to 'files/ja/orphaned')
-rw-r--r--files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html33
1 files changed, 0 insertions, 33 deletions
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>