From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/document/documenturi/index.html | 57 ++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/ja/web/api/document/documenturi/index.html (limited to 'files/ja/web/api/document/documenturi') diff --git a/files/ja/web/api/document/documenturi/index.html b/files/ja/web/api/document/documenturi/index.html new file mode 100644 index 0000000000..f8d2d03e81 --- /dev/null +++ b/files/ja/web/api/document/documenturi/index.html @@ -0,0 +1,57 @@ +--- +title: Document.documentURI +slug: Web/API/Document/documentURI +tags: + - API + - DOM + - Document + - Property + - Reference + - Web + - プロパティ +translation_of: Web/API/Document/documentURI +--- +
{{ApiRef("DOM")}}
+ +

{{domxref("Document")}} インターフェイスの documentURI プロパティは、文書の位置を文字列で返します。

+ +

もともと DOM3 で定義されたときは、この属性は読み書きできました。最新の DOM 標準では読み取り専用です。

+ +

構文

+ +
var string = document.documentURI;
+
+ +

メモ

+ +

{{domxref("document.URL")}} プロパティも持つ文書では、同じ値を返します。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('DOM WHATWG', '#dom-document-documenturi','documentURI')}}{{Spec2('DOM WHATWG')}} 
{{SpecName('DOM3 Core', '#Document3-documentURI', 'documentURI')}}{{Spec2('DOM3 Core')}}初回定義
+ +

ブラウザーの対応

+ + + +

{{Compat("api.Document.documentURI")}}

-- cgit v1.2.3-54-g00ecf