From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/htmlunknownelement/index.html | 51 -------------------------- files/fr/web/api/htmlunknownelement/index.md | 51 ++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 files/fr/web/api/htmlunknownelement/index.html create mode 100644 files/fr/web/api/htmlunknownelement/index.md (limited to 'files/fr/web/api/htmlunknownelement') diff --git a/files/fr/web/api/htmlunknownelement/index.html b/files/fr/web/api/htmlunknownelement/index.html deleted file mode 100644 index ce75a88677..0000000000 --- a/files/fr/web/api/htmlunknownelement/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: HTMLUnknownElement -slug: Web/API/HTMLUnknownElement -translation_of: Web/API/HTMLUnknownElement ---- -
{{APIRef("HTML DOM")}}
- -

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.

- -

{{InheritanceDiagram(600, 120)}}

- -

Propriétés

- -

Pas de propriété spécifique ; hérite des propriétés de son parent, {{DOMxRef("HTMLElement")}}.

- -

Méthodes

- -

Pas de méthode spécifique ; hérite des méthodes de son parent, {{DOMxRef("HTMLElement")}}.

- -

Spécifications

- - - - - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{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.
- -

Compatibilité des navigateurs

- -

{{Compat("api.HTMLUnknownElement")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/htmlunknownelement/index.md b/files/fr/web/api/htmlunknownelement/index.md new file mode 100644 index 0000000000..ce75a88677 --- /dev/null +++ b/files/fr/web/api/htmlunknownelement/index.md @@ -0,0 +1,51 @@ +--- +title: HTMLUnknownElement +slug: Web/API/HTMLUnknownElement +translation_of: Web/API/HTMLUnknownElement +--- +
{{APIRef("HTML DOM")}}
+ +

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.

+ +

{{InheritanceDiagram(600, 120)}}

+ +

Propriétés

+ +

Pas de propriété spécifique ; hérite des propriétés de son parent, {{DOMxRef("HTMLElement")}}.

+ +

Méthodes

+ +

Pas de méthode spécifique ; hérite des méthodes de son parent, {{DOMxRef("HTMLElement")}}.

+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{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.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.HTMLUnknownElement")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf