From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/domstringlist/index.md | 45 ++++++++++----------------------- 1 file changed, 14 insertions(+), 31 deletions(-) (limited to 'files/fr/web/api/domstringlist') diff --git a/files/fr/web/api/domstringlist/index.md b/files/fr/web/api/domstringlist/index.md index dd5850119c..2ea3072d6e 100644 --- a/files/fr/web/api/domstringlist/index.md +++ b/files/fr/web/api/domstringlist/index.md @@ -8,41 +8,24 @@ tags: - Types translation_of: Web/API/DOMStringList --- -

{{ APIRef("DOM") }}

+{{ APIRef("DOM") }} -

Un type renvoyé par certaines API contenant une liste de DOMString (chaînes de caractères).

+Un type renvoyé par certaines API contenant une liste de [DOMString](/fr/docs/Web/API/DOMString) (_chaînes de caractères_). -

Propriétés

+## Propriétés -
-
{{domxref("DOMStringList.length")}} {{ReadOnlyInline}}
-
Renvoie la longueur de la liste.
-
+- {{domxref("DOMStringList.length")}} {{ReadOnlyInline}} + - : Renvoie la longueur de la liste. -

Méthodes

+## Méthodes -
-
{{domxref("DOMStringList.item()")}}
-
Renvoie une {{domxref("DOMString")}} (chaîne de caractères).
-
{{domxref("DOMStringList.contains()")}}
-
Renvoie un {{jsxref("Boolean")}} (booléen) indiquant si la chaîne de caractères donnée est dans la liste.
-
+- {{domxref("DOMStringList.item()")}} + - : Renvoie une {{domxref("DOMString")}} (_chaîne de caractères_). +- {{domxref("DOMStringList.contains()")}} + - : Renvoie un {{jsxref("Boolean")}} (_booléen_) indiquant si la chaîne de caractères donnée est dans la liste. -

Spécifications

+## Spécifications - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName("HTML WHATWG", "common-dom-interfaces.html#the-domstringlist-interface", "DOMStringList")}}{{Spec2("HTML WHATWG")}}Définition  initiale.
+| Spécification | Statut | Commentaire | +| ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | --------------------- | +| {{SpecName("HTML WHATWG", "common-dom-interfaces.html#the-domstringlist-interface", "DOMStringList")}} | {{Spec2("HTML WHATWG")}} | Définition  initiale. | -- cgit v1.2.3-54-g00ecf