aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-05-30 01:21:51 +0000
committerMDN <actions@users.noreply.github.com>2021-05-30 01:21:51 +0000
commitf547adc9a91b22cdc678b4ec83e65c1e35cf72d5 (patch)
treebfed59f9e23d6606ea7d884081d8490e5f10694c /files/ja/orphaned/web
parent65142f47934a8c6ad7b33627c1cc8e1115c20ac2 (diff)
downloadtranslated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.tar.gz
translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.tar.bz2
translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/orphaned/web')
-rw-r--r--files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html33
1 files changed, 33 insertions, 0 deletions
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
+---
+<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>