aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/domlocator
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/zh-cn/web/api/domlocator
parent4f70db6399a732ca7571c6c8cb952be7c9a85763 (diff)
downloadtranslated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.tar.gz
translated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.tar.bz2
translated-content-751e4b6115b0d8f30a147dcba95a3e21445ba4de.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn/web/api/domlocator')
-rw-r--r--files/zh-cn/web/api/domlocator/index.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/files/zh-cn/web/api/domlocator/index.html b/files/zh-cn/web/api/domlocator/index.html
deleted file mode 100644
index a92dedd3ab..0000000000
--- a/files/zh-cn/web/api/domlocator/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: DOMLocator
-slug: Web/API/DOMLocator
-translation_of: Web/API/DOMLocator
----
-<p>{{APIRef("DOM")}}{{obsolete_header}}</p>
-
-<div class="warning">
-<p>NOTE: This is not implemented in Mozilla</p>
-</div>
-
-<p>Indicates a location such as where an error occurred. Returned by DOMError.location.</p>
-
-<h2 id="Properties">Properties</h2>
-
-<dl>
- <dt>{{domxref("DOMLocator.lineNumber")}} {{ReadOnlyInline}}</dt>
- <dd>Returns a positiove integer or -1.</dd>
- <dt>{{domxref("DOMLocator.columnNumber")}}  {{ReadOnlyInline}}</dt>
- <dd>Returns a positiove integer or -1.</dd>
- <dt>{{domxref("DOMLocator.byteOffset")}} {{ReadOnlyInline}}</dt>
- <dd>Returns a positiove integer or -1.</dd>
- <dt>{{domxref("DOMLocator.utf16Offset")}} {{ReadOnlyInline}}</dt>
- <dd>Returns a positiove integer or -1.</dd>
- <dt>{{domxref("DOMLocator.relatedNode")}} {{ReadOnlyInline}}</dt>
- <dd>Returns a positiove integer or -1.</dd>
- <dt>{{domxref("DOMLocator.uri")}} {{ReadOnlyInline}}</dt>
- <dd>Returns a positiove integer or -1.</dd>
-</dl>
-
-<h2 id="Methods">Methods</h2>
-
-<p><em>This interface neither implements, nor inherits, any method.</em></p>
-
-<h2 id="Specifications">Specifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName("DOM3 Core", "core.html#Interfaces-DOMLocator", "DOMLocator")}}</td>
- <td>{{Spec2("DOM3 Core")}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>