[html5] r3539 - [e] (0) Mention that location bars contain the current address (not the regular [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 4 18:26:43 PDT 2009


Author: ianh
Date: 2009-08-04 18:26:42 -0700 (Tue, 04 Aug 2009)
New Revision: 3539

Modified:
   index
   source
Log:
[e] (0) Mention that location bars contain the current address (not the regular document's address)

Modified: index
===================================================================
--- index	2009-08-04 23:55:24 UTC (rev 3538)
+++ index	2009-08-05 01:26:42 UTC (rev 3539)
@@ -71,7 +71,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 4 August 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 5 August 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -6499,6 +6499,9 @@
   must be set to <a href="#the-document's-address">the document's address</a> when the
   <code>Document</code> is created.</span></p>
 
+  <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>
+
   <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
@@ -72654,6 +72657,7 @@
   Sean Fraser,
   Sean Hogen,
   Sean Knapp,
+  Sebastian Markbåge,
   Sebastian Schnitzenbaumer,
   Seth Call,
   Shanti Rao,

Modified: source
===================================================================
--- source	2009-08-04 23:55:24 UTC (rev 3538)
+++ source	2009-08-05 01:26:42 UTC (rev 3539)
@@ -6438,6 +6438,9 @@
   must be set to <span>the document's address</span> when the
   <code>Document</code> is created.</span></p>
 
+  <p class="note">Interactive user agents typically expose <span>the
+  document's current address</span> in their user interface.</p>
+
   <p>When a <code>Document</code> is created by a <span
   title="concept-script">script</span> using the <code
   title="">createDocument()</code> API, <span>the document's
@@ -86034,6 +86037,7 @@
   Sean Fraser,
   Sean Hogen,
   Sean Knapp,
+  Sebastian Markbåge,
   Sebastian Schnitzenbaumer,
   Seth Call,
   Shanti Rao,




More information about the Commit-Watchers mailing list