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/web/api/domlocator/index.html | 53 ---------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 files/fr/web/api/domlocator/index.html (limited to 'files/fr/web/api') diff --git a/files/fr/web/api/domlocator/index.html b/files/fr/web/api/domlocator/index.html deleted file mode 100644 index 0857edd58b..0000000000 --- a/files/fr/web/api/domlocator/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: DOMLocator -slug: Web/API/DOMLocator -tags: - - API - - DOM -translation_of: 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