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/domobject/index.html | 31 ------------------------------- files/fr/web/api/domobject/index.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 files/fr/web/api/domobject/index.html create mode 100644 files/fr/web/api/domobject/index.md (limited to 'files/fr/web/api/domobject') diff --git a/files/fr/web/api/domobject/index.html b/files/fr/web/api/domobject/index.html deleted file mode 100644 index e179526e13..0000000000 --- a/files/fr/web/api/domobject/index.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: DOMObject -slug: Web/API/DOMObject -tags: - - API - - DOM - - Objets -translation_of: Web/API/DOMObject ---- -
{{APIRef("DOM")}}{{Obsolete_header}}
- -

L'interface obsolète DOMObject était utilisée dans les versions antérieures de la spécification DOM comme classe de base  pour tout type de données. Les spécifications maintenant utilisent simplement le type {{jsxref("Object")}} JavaScript .

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName("DOM3 Core", "core.html#DOMObject", "DOMObject")}}{{Spec2("DOM3 Core")}}Définition initiale
diff --git a/files/fr/web/api/domobject/index.md b/files/fr/web/api/domobject/index.md new file mode 100644 index 0000000000..e179526e13 --- /dev/null +++ b/files/fr/web/api/domobject/index.md @@ -0,0 +1,31 @@ +--- +title: DOMObject +slug: Web/API/DOMObject +tags: + - API + - DOM + - Objets +translation_of: Web/API/DOMObject +--- +
{{APIRef("DOM")}}{{Obsolete_header}}
+ +

L'interface obsolète DOMObject était utilisée dans les versions antérieures de la spécification DOM comme classe de base  pour tout type de données. Les spécifications maintenant utilisent simplement le type {{jsxref("Object")}} JavaScript .

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName("DOM3 Core", "core.html#DOMObject", "DOMObject")}}{{Spec2("DOM3 Core")}}Définition initiale
-- cgit v1.2.3-54-g00ecf