Skip to content

Commit

Permalink
[e] (0) Mention that location bars contain the current address (not t…
Browse files Browse the repository at this point in the history
…he regular document's address)

git-svn-id: http://svn.whatwg.org/webapps@3539 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2009
1 parent 492f449 commit a2f00af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 4 August 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -6499,6 +6499,9 @@ interface <dfn id=domstringmap-0>DOMStringMap</dfn> {};</pre>
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
Expand Down Expand Up @@ -72654,6 +72657,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Sean Fraser,
Sean Hogen,
Sean Knapp,
Sebastian Markb&aring;ge,
Sebastian Schnitzenbaumer,
Seth Call,
Shanti Rao,
Expand Down
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -6438,6 +6438,9 @@ interface <dfn>DOMStringMap</dfn> {};</pre>
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
Expand Down Expand Up @@ -86034,6 +86037,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Sean Fraser,
Sean Hogen,
Sean Knapp,
Sebastian Markb&aring;ge,
Sebastian Schnitzenbaumer,
Seth Call,
Shanti Rao,
Expand Down

0 comments on commit a2f00af

Please sign in to comment.