aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/domobject/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/domobject/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/domobject/index.html')
-rw-r--r--files/fr/web/api/domobject/index.html31
1 files changed, 0 insertions, 31 deletions
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
----
-<div>{{APIRef("DOM")}}{{Obsolete_header}}</div>
-
-<p>L'interface obsolète <code><strong>DOMObject</strong></code> é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 .</p>
-
-<h2 id="Specifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("DOM3 Core", "core.html#DOMObject", "DOMObject")}}</td>
- <td>{{Spec2("DOM3 Core")}}</td>
- <td>Définition initiale</td>
- </tr>
- </tbody>
-</table>