Skip to content

Commit

Permalink
[e] (0) Mention another time it can change.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8914

git-svn-id: http://svn.whatwg.org/webapps@4738 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent 0bbb020 commit b649be6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -6755,9 +6755,10 @@ <h3 id=documents><span class=secno>3.1 </span>Documents</h3>
that can change during the lifetime of the <code>Document</code>,
for example when the user <a href=#navigate title=navigate>navigates</a> to
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>
page or when the <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> method is called
with a new <a href=#url>URL</a>. <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>

<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>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -6654,9 +6654,10 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <span>NodeList</span
that can change during the lifetime of the <code>Document</code>,
for example when the user <a href=#navigate title=navigate>navigates</a> to
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>
page or when the <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> method is called
with a new <a href=#url>URL</a>. <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>

<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>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -6510,9 +6510,11 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
that can change during the lifetime of the <code>Document</code>,
for example when the user <span title="navigate">navigates</span> to
a <span title="navigate-fragid">fragment identifier</span> on the
page. <span class="impl"><span>The document's current address</span>
must be set to <span>the document's address</span> when the
<code>Document</code> is created.</span></p>
page or when the <code
title="dom-history-pushState">pushState()</code> method is called
with a new <span>URL</span>. <span class="impl"><span>The document's
current address</span> 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>
Expand Down

0 comments on commit b649be6

Please sign in to comment.