aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlformelement/acceptcharset
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmlformelement/acceptcharset')
-rw-r--r--files/fr/web/api/htmlformelement/acceptcharset/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/api/htmlformelement/acceptcharset/index.html b/files/fr/web/api/htmlformelement/acceptcharset/index.html
index 281ebf7a43..59cf90bc64 100644
--- a/files/fr/web/api/htmlformelement/acceptcharset/index.html
+++ b/files/fr/web/api/htmlformelement/acceptcharset/index.html
@@ -9,19 +9,19 @@ translation_of: Web/API/HTMLFormElement/acceptCharset
<p>La propriété <code><strong>HTMLFormElement.acceptCharset</strong></code> représente une liste des codages de caratères acceptés par l'élément FORM concerné. Les valeurs de cette liste peuvent être séparés par des virgules ou des espaces.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="eval"><em>string</em> = form.acceptCharset;
form.acceptCharset = <em>string</em><code>;</code>
</pre>
-<h2 id="Example" name="Example">Exemple</h2>
+<h2 id="Example">Exemple</h2>
<pre class="eval">inputs = document.forms["myform"].acceptCharset
</pre>
-<h2 id="Specification" name="Specification">Spécification</h2>
+<h2 id="Specification">Spécification</h2>
-<p><a class="external" 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></p>
+<p><a href="http://www.w3.org/TR/html5/forms.html#dom-form-acceptcharset">HTML 5, Section 4.10.3: The Form Element</a></p>
-<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-19661795">DOM Level 2 HTML: acceptCharset</a></p>
+<p><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-19661795">DOM Level 2 HTML: acceptCharset</a></p>