diff options
Diffstat (limited to 'files/fr/web/api/domobject/index.md')
-rw-r--r-- | files/fr/web/api/domobject/index.md | 31 |
1 files changed, 31 insertions, 0 deletions
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 +--- +<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> |