aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmlformelement/acceptcharset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/htmlformelement/acceptcharset/index.html')
-rw-r--r--files/ja/web/api/htmlformelement/acceptcharset/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/ja/web/api/htmlformelement/acceptcharset/index.html b/files/ja/web/api/htmlformelement/acceptcharset/index.html
new file mode 100644
index 0000000000..44197e939c
--- /dev/null
+++ b/files/ja/web/api/htmlformelement/acceptcharset/index.html
@@ -0,0 +1,27 @@
+---
+title: HTMLFormElement.acceptCharset
+slug: Web/API/HTMLFormElement/acceptCharset
+tags:
+ - DOM
+ - Gecko
+ - Gecko DOM Reference
+translation_of: Web/API/HTMLFormElement/acceptCharset
+---
+<div>
+ {{APIRef}}</div>
+<div>
+  </div>
+<div>
+ <span style="font-size: 2.14285714285714rem; font-weight: 700; letter-spacing: -1px; line-height: 30px;">概要</span></div>
+<p><code>acceptCharset</code> は対象フォームでサポートされる文字エンコーディングのリストを返します。リストの各アイテムは、カンマか半角スペースで区切られます。</p>
+<h2 id="Syntax" name="Syntax">構文</h2>
+<pre class="syntaxbox"><em>string</em> = form.acceptCharset;
+</pre>
+<h2 id="Example" name="Example">例</h2>
+<pre class="brush:js">inputs = document.forms["myform"].acceptCharset
+</pre>
+<h2 id="Specification" name="Specification">仕様書</h2>
+<ul>
+ <li><a href="http://www.w3.org/TR/html5/forms.html#dom-form-acceptcharset" title="http://www.w3.org/TR/html5/forms.html#dom-form-acceptcharset">HTML 5, Section 4.10.3: The Form Element</a></li>
+ <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-19661795">DOM Level 2 HTML: acceptCharset</a></li>
+</ul>