From f6d704a41ac17febce0293b6e3c52be3efa03648 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 22 Mar 2021 01:27:41 +0900 Subject: Web/API/Document/URL を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2021/02/20までの英語版の変更を反映 --- files/ja/web/api/document/url/index.html | 70 ++++++++++++++------------------ 1 file changed, 31 insertions(+), 39 deletions(-) (limited to 'files/ja/web/api') diff --git a/files/ja/web/api/document/url/index.html b/files/ja/web/api/document/url/index.html index e881a6c1f2..9051c6018c 100644 --- a/files/ja/web/api/document/url/index.html +++ b/files/ja/web/api/document/url/index.html @@ -2,24 +2,25 @@ title: Document.URL slug: Web/API/Document/URL tags: - - API - - Document - - HTML DOM - - URL - - プロパティ - - リファレンス +- API +- DOM +- Document +- Property +- Reference +- プロパティ +- リファレンス translation_of: Web/API/Document/URL ---
{{APIRef("DOM")}}

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

-

構文

+

構文

-
var string = document.URL
+
const url = document.URL
 
-

+

JavaScript

@@ -32,44 +33,35 @@ translation_of: Web/API/Document/URL <span id="url">URL goes here</span> </p>
-

結果

+

結果

{{EmbedLiveSample("Example", "100%", 100)}}

-

仕様書

- - - - - - - - - - - - - - - - - - - - - +

仕様書

+ +
仕様書状態備考
{{SpecName("DOM WHATWG", "#dom-document-url", "Document.URL")}}{{Spec2("DOM WHATWG")}}プロパティを {{domxref("DOMString")}} ではなく {{domxref("USVString")}} と定義
{{SpecName("DOM1", "level-one-html.html#attribute-URL", "Document.URL")}}{{Spec2("DOM1")}}初回定義
+ + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("DOM WHATWG", "#dom-document-url", "Document.URL")}}{{Spec2("DOM WHATWG")}}プロパティを {{domxref("DOMString")}} ではなく {{domxref("USVString")}} と定義
-

ブラウザーの対応

- -
- +

ブラウザーの互換性

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

-
-

関連情報

+

関連情報

-- cgit v1.2.3-54-g00ecf