aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlunknownelement/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmlunknownelement/index.md')
-rw-r--r--files/fr/web/api/htmlunknownelement/index.md51
1 files changed, 17 insertions, 34 deletions
diff --git a/files/fr/web/api/htmlunknownelement/index.md b/files/fr/web/api/htmlunknownelement/index.md
index ce75a88677..5d240fe885 100644
--- a/files/fr/web/api/htmlunknownelement/index.md
+++ b/files/fr/web/api/htmlunknownelement/index.md
@@ -3,49 +3,32 @@ title: HTMLUnknownElement
slug: Web/API/HTMLUnknownElement
translation_of: Web/API/HTMLUnknownElement
---
-<div>{{APIRef("HTML DOM")}}</div>
+{{APIRef("HTML DOM")}}
-<p>L’interface <strong><code>HTMLUnknownElement</code></strong> représente un élément HTML invalide et dérive de l’interface {{DOMxRef("HTMLElement")}}, mais sans implémenter aucune propriété ou méthode additionnelle.</p>
+L’interface **`HTMLUnknownElement`** représente un élément HTML invalide et dérive de l’interface {{DOMxRef("HTMLElement")}}, mais sans implémenter aucune propriété ou méthode additionnelle.
-<p>{{InheritanceDiagram(600, 120)}}</p>
+{{InheritanceDiagram(600, 120)}}
-<h2 id="Propriétés">Propriétés</h2>
+## Propriétés
-<p><em>Pas de propriété spécifique ; hérite des propriétés de son parent, {{DOMxRef("HTMLElement")}}.</em></p>
+_Pas de propriété spécifique ; hérite des propriétés de son parent, {{DOMxRef("HTMLElement")}}._
-<h2 id="Méthodes">Méthodes</h2>
+## Méthodes
-<p><em>Pas de méthode spécifique ; hérite des méthodes de son parent, {{DOMxRef("HTMLElement")}}.</em></p>
+_Pas de méthode spécifique ; hérite des méthodes de son parent, {{DOMxRef("HTMLElement")}}._
-<h2 id="Spécifications">Spécifications</h2>
+## Spécifications
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- <tr>
- <td>{{SpecName("HTML WHATWG", "elements.html#htmlunknownelement", "HTMLUnknownElement")}}</td>
- <td>{{Spec2("HTML WHATWG")}}</td>
- <td>Pas de changement depuis {{SpecName("HTML5 W3C")}}.</td>
- </tr>
- <tr>
- <td>{{SpecName("HTML5 W3C", "dom.html#htmlunknownelement", "HTMLUnknownElement")}}</td>
- <td>{{Spec2("HTML5 W3C")}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
+| Spécification | Statut | Commentaire |
+| ---------------------------------------------------------------------------------------------------------------- | -------------------------------- | ---------------------------------------------------------- |
+| {{SpecName("HTML WHATWG", "elements.html#htmlunknownelement", "HTMLUnknownElement")}} | {{Spec2("HTML WHATWG")}} | Pas de changement depuis {{SpecName("HTML5 W3C")}}. |
+| {{SpecName("HTML5 W3C", "dom.html#htmlunknownelement", "HTMLUnknownElement")}} | {{Spec2("HTML5 W3C")}} | Définition initiale. |
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
-<p>{{Compat("api.HTMLUnknownElement")}}</p>
+{{Compat("api.HTMLUnknownElement")}}
-<h2 id="Voir_aussi">Voir aussi</h2>
+## Voir aussi
-<ul>
- <li>Les éléments HTML obsolètes ou non standard implémentant cette interface : {{HTMLElement("bgsound")}}, {{HTMLElement("blink")}}, {{HTMLElement("isindex")}}, {{HTMLElement("multicol")}}, {{HTMLElement("nextid")}}, {{HTMLElement("rb")}}, {{HTMLElement("spacer")}}</li>
- <li>{{DOMxRef("SVGUnknownElement")}}</li>
-</ul>
+- Les éléments HTML obsolètes ou non standard implémentant cette interface : {{HTMLElement("bgsound")}}, {{HTMLElement("blink")}}, {{HTMLElement("isindex")}}, {{HTMLElement("multicol")}}, {{HTMLElement("nextid")}}, {{HTMLElement("rb")}}, {{HTMLElement("spacer")}}
+- {{DOMxRef("SVGUnknownElement")}}