aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-07 00:36:00 +0000
committerMDN <actions@users.noreply.github.com>2021-07-07 00:36:00 +0000
commit751e4b6115b0d8f30a147dcba95a3e21445ba4de (patch)
tree3d63e324fe754f9b9f371f50394cfd55692ab32e /files/fr/web/api
parent4f70db6399a732ca7571c6c8cb952be7c9a85763 (diff)
downloadtranslated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.tar.gz
translated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.tar.bz2
translated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr/web/api')
-rw-r--r--files/fr/web/api/domlocator/index.html53
1 files changed, 0 insertions, 53 deletions
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
----
-<p>{{APIRef("DOM")}}{{obsolete_header}}</p>
-
-<div class="warning">
-<p>NOTE : N'est pas implémenté dans Mozilla</p>
-</div>
-
-<p>Indique un emplacement, par exemple où une erreur s'est produite. Renvoyé par DOMError.location.</p>
-
-<h2 id="Propriétés">Propriétés</h2>
-
-<dl>
- <dt>{{domxref("DOMLocator.lineNumber")}} {{ReadOnlyInline}}</dt>
- <dd>Renvoie un entier positif ou -1.</dd>
- <dt>{{domxref("DOMLocator.columnNumber")}}  {{ReadOnlyInline}}</dt>
- <dd>Renvoie un entier positif ou -1.</dd>
- <dt>{{domxref("DOMLocator.byteOffset")}} {{ReadOnlyInline}}</dt>
- <dd>Renvoie un entier positif ou -1.</dd>
- <dt>{{domxref("DOMLocator.utf16Offset")}} {{ReadOnlyInline}}</dt>
- <dd>Renvoie un entier positif ou -1.</dd>
- <dt>{{domxref("DOMLocator.relatedNode")}} {{ReadOnlyInline}}</dt>
- <dd>Renvoie un entier positif ou -1.</dd>
- <dt>{{domxref("DOMLocator.uri")}} {{ReadOnlyInline}}</dt>
- <dd>Renvoie un entier positif ou -1.</dd>
-</dl>
-
-<h2 id="Méthodes">Méthodes</h2>
-
-<p><em>Cette interface n'implémente ni n'hérite d'aucune méthode.</em></p>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- <tr>
- <td>{{SpecName("DOM3 Core", "core.html#Interfaces-DOMLocator", "DOMLocator")}}</td>
- <td>{{Spec2("DOM3 Core")}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>