aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/api/htmlelement/forcespellcheck/index.html
blob: 3e0c2b978f6cd1d6cf2ef5bab73109f8ad6740aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>