diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-30 01:21:51 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-30 01:21:51 +0000 |
commit | f547adc9a91b22cdc678b4ec83e65c1e35cf72d5 (patch) | |
tree | bfed59f9e23d6606ea7d884081d8490e5f10694c /files/ja/web/api/htmlelement | |
parent | 65142f47934a8c6ad7b33627c1cc8e1115c20ac2 (diff) | |
download | translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.tar.gz translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.tar.bz2 translated-content-f547adc9a91b22cdc678b4ec83e65c1e35cf72d5.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/api/htmlelement')
-rw-r--r-- | files/ja/web/api/htmlelement/forcespellcheck/index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/files/ja/web/api/htmlelement/forcespellcheck/index.html b/files/ja/web/api/htmlelement/forcespellcheck/index.html deleted file mode 100644 index 107b076917..0000000000 --- a/files/ja/web/api/htmlelement/forcespellcheck/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: HTMLElement.forceSpellCheck() -slug: Web/API/HTMLElement/forceSpellCheck -tags: - - API - - Experimental - - HTML DOM - - HTMLElement - - Method - - Reference -translation_of: 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> |