Short URL: http://html5.org/r/7145
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 7145 | sync with dom core | 2012-06-26 19:29 |
Index: source
===================================================================
--- source (revision 7144)
+++ source (revision 7145)
@@ -2869,6 +2869,11 @@
the number 23, for legacy reasons) and actually throw that object
as an exception.</p>
+ <p>The <span title="concept-document-URL">URL</span> associated
+ with a <code>Document</code>, as defined in the DOM Core
+ specification, is referred to in this specification as <span>the
+ document's address</span>.</p>
+
<p>The following features are defined in the DOM Events
specification: <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p>
@@ -10077,7 +10082,6 @@
partial interface <dfn>Document</dfn> {
// <span>resource metadata management</span>
[PutForwards=<span title="dom-location-href">href</span>] readonly attribute <span>Location</span>? <span title="dom-document-location">location</span>;
- readonly attribute DOMString <span title="dom-document-URL">URL</span>;
attribute DOMString <span title="dom-document-domain">domain</span>;
readonly attribute DOMString <span title="dom-document-referrer">referrer</span>;
attribute DOMString <span title="dom-document-cookie">cookie</span>;
@@ -10201,11 +10205,6 @@
<dl class="domintro">
- <dt><var title="">document</var> . <code title="dom-document-URL">URL</code></dt>
- <dd>
- <p>Returns <span>the document's address</span>.</p>
- </dd>
-
<dt><var title="">document</var> . <code title="dom-document-referrer">referrer</code></dt>
<dd>
<p>Returns <span title="the document's current address">the
@@ -10220,9 +10219,6 @@
<div class="impl">
- <p>The <dfn title="dom-document-URL"><code>URL</code></dfn>
- attribute must return <span>the document's address</span>.</p>
-
<p>The <dfn
title="dom-document-referrer"><code>referrer</code></dfn> attribute
must return either the <span title="the document's current