From fbbc93a85883f2eeb255be5face82b03dc63603a Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 14 Aug 2021 03:47:17 +0900 Subject: orphaned/Web/API/DOMLocator を削除 (#1929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 現在では使用されないインターフェイスであるため --- files/ja/_redirects.txt | 1 - files/ja/_wikihistory.json | 6 --- files/ja/orphaned/web/api/domlocator/index.html | 57 ------------------------- 3 files changed, 64 deletions(-) delete mode 100644 files/ja/orphaned/web/api/domlocator/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 0f316ab41a..8ab903d28b 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3186,7 +3186,6 @@ /ja/docs/Web/API/Canvas_API/Drawing_graphics_with_canvas /ja/docs/Web/API/Canvas_API/Tutorial /ja/docs/Web/API/Console.error /ja/docs/Web/API/Console/error /ja/docs/Web/API/Coordinates /ja/docs/Web/API/GeolocationCoordinates -/ja/docs/Web/API/DOMLocator /ja/docs/orphaned/Web/API/DOMLocator /ja/docs/Web/API/DeviceAcceleration /ja/docs/Web/API/DeviceMotionEventAcceleration /ja/docs/Web/API/Document.domConfig /ja/docs/Web/API/Document /ja/docs/Web/API/Document/async /ja/docs/Web/API/XMLDocument/async diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index d9c3915291..55233bef27 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -50783,12 +50783,6 @@ "shinnn" ] }, - "orphaned/Web/API/DOMLocator": { - "modified": "2020-08-13T09:34:48.574Z", - "contributors": [ - "eltociear" - ] - }, "orphaned/Web/API/Detecting_device_orientation": { "modified": "2020-10-15T21:21:30.973Z", "contributors": [ diff --git a/files/ja/orphaned/web/api/domlocator/index.html b/files/ja/orphaned/web/api/domlocator/index.html deleted file mode 100644 index a43fbf8320..0000000000 --- a/files/ja/orphaned/web/api/domlocator/index.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: DOMLocator -slug: orphaned/Web/API/DOMLocator -tags: - - API - - DOM - - DOM Reference - - Obsolete - - Reference -translation_of: Web/API/DOMLocator -original_slug: Web/API/DOMLocator ---- -

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

- -
-

NOTE: これは Mozilla には実装されていません

-
- -

エラーが発生した場所などを示します。 DOMError.location によって返されます。

- -

プロパティ

- -
-
{{domxref("DOMLocator.lineNumber")}} {{ReadOnlyInline}}
-
正の整数または-1を返します。
-
{{domxref("DOMLocator.columnNumber")}} {{ReadOnlyInline}}
-
正の整数または-1を返します。
-
{{domxref("DOMLocator.byteOffset")}} {{ReadOnlyInline}}
-
正の整数または-1を返します。
-
{{domxref("DOMLocator.utf16Offset")}} {{ReadOnlyInline}}
-
正の整数または-1を返します。
-
{{domxref("DOMLocator.relatedNode")}} {{ReadOnlyInline}}
-
正の整数または-1を返します。
-
{{domxref("DOMLocator.uri")}} {{ReadOnlyInline}}
-
正の整数または-1を返します。
-
- -

メソッド

- -

このインターフェイスは、メソッドを実装も継承もしません。

- -

仕様

- - - - - - - - - - - - - - -
仕様ステータス備考
{{SpecName("DOM3 Core", "core.html#Interfaces-DOMLocator", "DOMLocator")}}{{Spec2("DOM3 Core")}}初回定義
-- cgit v1.2.3-54-g00ecf