aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/mozsyntheticdocument/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/document/mozsyntheticdocument/index.html')
-rw-r--r--files/fr/web/api/document/mozsyntheticdocument/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/document/mozsyntheticdocument/index.html b/files/fr/web/api/document/mozsyntheticdocument/index.html
index 443c3ca5e0..c8847269ca 100644
--- a/files/fr/web/api/document/mozsyntheticdocument/index.html
+++ b/files/fr/web/api/document/mozsyntheticdocument/index.html
@@ -12,14 +12,14 @@ translation_of: Web/API/Document/mozSyntheticDocument
<p>Indique si le document est synthétique ou non ; c'est-à-dire un document représentant une image autonome, une vidéo, un son ou analogue.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="eval"><em>var isSynthetic</em> = <em>document</em>.mozSyntheticDocument;
</pre>
<p>En retour, <code>isSynthetic</code> est <code>true</code> (<em>vrai</em>) si le document est synthétique ; sinon, <code>false</code> (<em>faux</em>).</p>
-<h2 id="Example" name="Example">Exemple</h2>
+<h2 id="Example">Exemple</h2>
<p>Il peut être utile, si vous avez un élément de menu contextuel que vous souhaitez uniquement afficher pour les documents synthétiques (ou, inversement, pour les documents qui ne sont pas synthétiques).</p>
@@ -30,6 +30,6 @@ if (isSynthetic) {
}
</pre>
-<h2 id="Specification" name="Specification">Spécifications</h2>
+<h2 id="Specification">Spécifications</h2>
<p>Ne fait partie d'aucune spécification.</p>