Skip to content

Commit

Permalink
[e] (0) xref fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1163 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 18, 2008
1 parent d746232 commit c11177c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 17 January 2008</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 18 January 2008</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -28343,8 +28343,8 @@ user reload must be equivalent to .reload()
<p>Certain actions cause the <a href="#browsing0">browsing context</a> to
<dfn id=navigate>navigate</dfn>. For example, <a href="#following0"
title="following hyperlinks">following a hyperlink</a>, <span
title="">form submission</span>, and the <code
title=dom-window-open>window.open()</code> and <code
title="">form submission</span>, and the <code title=dom-open><a
href="#open2">window.open()</a></code> and <code
title=dom-location-assign><a href="#assign">location.assign()</a></code>
methods can all cause a browsing context to navigate. A user agent may
also provide various ways for the user to explicitly cause a browsing
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -25857,7 +25857,7 @@ user reload must be equivalent to .reload()
<dfn>navigate</dfn>. For example, <span title="following
hyperlinks">following a hyperlink</span>, <span title="">form
submission</span>, and the <code
title="dom-window-open">window.open()</code> and <code
title="dom-open">window.open()</code> and <code
title="dom-location-assign">location.assign()</code> methods can all
cause a browsing context to navigate. A user agent may also provide
various ways for the user to explicitly cause a browsing context to
Expand Down

0 comments on commit c11177c

Please sign in to comment.