From 751e4b6115b0d8f30a147dcba95a3e21445ba4de Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 7 Jul 2021 00:36:00 +0000 Subject: [CRON] sync translated content --- files/fr/orphaned/web/api/domlocator/index.html | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/fr/orphaned/web/api/domlocator/index.html (limited to 'files/fr/orphaned') diff --git a/files/fr/orphaned/web/api/domlocator/index.html b/files/fr/orphaned/web/api/domlocator/index.html new file mode 100644 index 0000000000..77b5ebb46d --- /dev/null +++ b/files/fr/orphaned/web/api/domlocator/index.html @@ -0,0 +1,54 @@ +--- +title: DOMLocator +slug: orphaned/Web/API/DOMLocator +tags: + - API + - DOM +translation_of: Web/API/DOMLocator +original_slug: Web/API/DOMLocator +--- +

{{APIRef("DOM")}}{{obsolete_header}}

+ +
+

NOTE : N'est pas implémenté dans Mozilla

+
+ +

Indique un emplacement, par exemple où une erreur s'est produite. Renvoyé par DOMError.location.

+ +

Propriétés

+ +
+
{{domxref("DOMLocator.lineNumber")}} {{ReadOnlyInline}}
+
Renvoie un entier positif ou -1.
+
{{domxref("DOMLocator.columnNumber")}}  {{ReadOnlyInline}}
+
Renvoie un entier positif ou -1.
+
{{domxref("DOMLocator.byteOffset")}} {{ReadOnlyInline}}
+
Renvoie un entier positif ou -1.
+
{{domxref("DOMLocator.utf16Offset")}} {{ReadOnlyInline}}
+
Renvoie un entier positif ou -1.
+
{{domxref("DOMLocator.relatedNode")}} {{ReadOnlyInline}}
+
Renvoie un entier positif ou -1.
+
{{domxref("DOMLocator.uri")}} {{ReadOnlyInline}}
+
Renvoie un entier positif ou -1.
+
+ +

Méthodes

+ +

Cette interface n'implémente ni n'hérite d'aucune méthode.

+ +

Spécifications

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