html5/spec Overview.html,1.2734,1.2735

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31616

Modified Files:
	Overview.html 
Log Message:
Mention that location bars contain the current address (not the regular document's address) (whatwg r3539)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2734
retrieving revision 1.2735
diff -u -d -r1.2734 -r1.2735
--- Overview.html	4 Aug 2009 23:55:29 -0000	1.2734
+++ Overview.html	5 Aug 2009 01:26:48 -0000	1.2735
@@ -175,7 +175,7 @@
    <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>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 4 August 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 5 August 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -273,7 +273,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 4 August 2009 Editor's Draft.
+  This specification is the 5 August 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -5867,7 +5867,8 @@
   a <a href="#scroll-to-fragid" title="navigate-fragid">fragment identifier</a> on the
   page. <span class="impl"><a href="#the-document-s-current-address">The document's current address</a>
   must be set to <a href="#the-document-s-address">the document's address</a> when the
-  <code>Document</code> is created.</span><p>When a <code>Document</code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="">createDocument()</code> API, <a href="#the-document-s-address">the document's
+  <code>Document</code> is created.</span><p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the
+  document's current address</a> in their user interface.<p>When a <code>Document</code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="">createDocument()</code> API, <a href="#the-document-s-address">the document's
   address</a> is the same as <a href="#the-document-s-address">the document's address</a> of
   the <a href="#active-document">active document</a> of the <a href="#script-s-browsing-context">script's browsing
   context</a>.<p><code>Document</code> objects are assumed to be <dfn id="xml-documents">XML
@@ -66336,6 +66337,7 @@
   Sean Fraser,
   Sean Hogen,
   Sean Knapp,
+  Sebastian Markb&aring;ge,
   Sebastian Schnitzenbaumer,
   Seth Call,
   Shanti Rao,

Received on Wednesday, 5 August 2009 01:27:02 UTC