- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jun 2012 19:29:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11747
Modified Files:
Overview.html
Log Message:
sync with dom core (whatwg r7145)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5695
retrieving revision 1.5696
diff -u -d -r1.5695 -r1.5696
--- Overview.html 23 Jun 2012 00:58:51 -0000 1.5695
+++ Overview.html 26 Jun 2012 19:29:37 -0000 1.5696
@@ -321,7 +321,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-23-june-2012">Editor's Draft 23 June 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-26-june-2012">Editor's Draft 26 June 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -514,7 +514,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 23 June 2012 Editor's Draft.
+ This specification is the 26 June 2012 Editor's Draft.
</p>
@@ -3766,6 +3766,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><a href="#document">Document</a></code>, as defined in the DOM Core
+ specification, is referred to in this specification as <a href="#the-document-s-address">the
+ document's address</a>.</p>
+
<p>The following features are defined in the DOM Events
specification: <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p>
@@ -9306,7 +9311,6 @@
partial interface <dfn id="document">Document</dfn> {
// <a href="#resource-metadata-management">resource metadata management</a>
[PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="#location">Location</a>? <a href="#dom-document-location" title="dom-document-location">location</a>;
- readonly attribute DOMString <a href="#dom-document-url" title="dom-document-URL">URL</a>;
attribute DOMString <a href="#dom-document-domain" title="dom-document-domain">domain</a>;
readonly attribute DOMString <a href="#dom-document-referrer" title="dom-document-referrer">referrer</a>;
attribute DOMString <a href="#dom-document-cookie" title="dom-document-cookie">cookie</a>;
@@ -9426,12 +9430,7 @@
<h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4>
- <dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a href="#dom-document-url">URL</a></code></dt>
- <dd>
- <p>Returns <a href="#the-document-s-address">the document's address</a>.</p>
- </dd>
-
- <dt><var title="">document</var> . <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code></dt>
+ <dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code></dt>
<dd>
<p>Returns <a href="#the-document-s-current-address" title="the document's current address">the
address</a> of the <code><a href="#document">Document</a></code> from which the user
@@ -9443,9 +9442,6 @@
</dl><div class="impl">
- <p>The <dfn id="dom-document-url" title="dom-document-URL"><code>URL</code></dfn>
- attribute must return <a href="#the-document-s-address">the document's address</a>.</p>
-
<p>The <dfn id="dom-document-referrer" title="dom-document-referrer"><code>referrer</code></dfn> attribute
must return either the <a href="#the-document-s-current-address" title="the document's current
address">current address</a> of the <a href="#active-document">active document</a>
Received on Tuesday, 26 June 2012 19:29:44 UTC