aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/api/document/characterset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/conflicting/web/api/document/characterset/index.html')
-rw-r--r--files/ja/conflicting/web/api/document/characterset/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/api/document/characterset/index.html b/files/ja/conflicting/web/api/document/characterset/index.html
new file mode 100644
index 0000000000..bc128b09e8
--- /dev/null
+++ b/files/ja/conflicting/web/api/document/characterset/index.html
@@ -0,0 +1,26 @@
+---
+title: document.inputEncoding
+slug: Web/API/Document/inputEncoding
+tags:
+ - DOM
+ - Document
+ - Gecko
+ - Gecko DOM Reference
+translation_of: Web/API/Document/characterSet
+translation_of_original: Web/API/Document/inputEncoding
+---
+<p>{{ApiRef}} {{deprecated_header}}</p>
+<h2 id="Summary" name="Summary">概要</h2>
+<p>文書パース時のエンコーディングを表す文字列(※ <code>ISO-8859-1</code> 等)を返します。</p>
+<div class="warning">
+ <strong>注記:</strong> このメソッドは DOM 4 仕様書ドラフトから削除されており、Gecko の実装からも削除される可能性があります。使用しないようにしてください。</div>
+<h2 id="Syntax" name="Syntax">構文</h2>
+<pre class="syntaxbox"><code><var>encoding</var> = document.inputEncoding;</code></pre>
+<ul>
+ <li><code>inputEncoding</code> : {{readOnlyInline}}</li>
+</ul>
+<h2 id="Specification" name="Specification">仕様書</h2>
+<ul>
+ <li><a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-inputEncoding">DOM Level 3 Core</a></li>
+ <li>※ {{spec("http://www.w3.org/TR/domcore/","DOM Core Level 4","WD")}} で削除されています。</li>
+</ul>