Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14577

git-svn-id: http://svn.whatwg.org/webapps@6800 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2011
1 parent 9953e97 commit a8b03cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -65120,7 +65120,7 @@ <h4 id=history-traversal><span class=secno>6.5.10 </span>History traversal</h4>
<code><a href=#document>Document</a></code> of the <var title="">specified entry</var> be
the <var title="">specified entry</var>.</li>

<li><p><var title="">state changed</var> is true, fire a <code title=event-popstate><a href=#event-popstate>popstate</a></code> event at the
<li><p>If <var title="">state changed</var> is true, fire a <code title=event-popstate><a href=#event-popstate>popstate</a></code> event at the
<code><a href=#window>Window</a></code> object of the <code><a href=#document>Document</a></code>, using the
<code><a href=#popstateevent>PopStateEvent</a></code> interface, with the <code title=dom-PopStateEvent-state><a href=#dom-popstateevent-state>state</a></code> attribute initialized
to the value of <var title="">state</var>. This event must bubble
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -65120,7 +65120,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<code><a href=#document>Document</a></code> of the <var title="">specified entry</var> be
the <var title="">specified entry</var>.</li>

<li><p><var title="">state changed</var> is true, fire a <code title=event-popstate><a href=#event-popstate>popstate</a></code> event at the
<li><p>If <var title="">state changed</var> is true, fire a <code title=event-popstate><a href=#event-popstate>popstate</a></code> event at the
<code><a href=#window>Window</a></code> object of the <code><a href=#document>Document</a></code>, using the
<code><a href=#popstateevent>PopStateEvent</a></code> interface, with the <code title=dom-PopStateEvent-state><a href=#dom-popstateevent-state>state</a></code> attribute initialized
to the value of <var title="">state</var>. This event must bubble
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -73877,7 +73877,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<code>Document</code> of the <var title="">specified entry</var> be
the <var title="">specified entry</var>.</p></li>

<li><p><var title="">state changed</var> is true, fire a <code
<li><p>If <var title="">state changed</var> is true, fire a <code
title="event-popstate">popstate</code> event at the
<code>Window</code> object of the <code>Document</code>, using the
<code>PopStateEvent</code> interface, with the <code
Expand Down

0 comments on commit a8b03cb

Please sign in to comment.