- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 06:03:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9957
Modified Files:
Overview.html
Log Message:
typo (whatwg r6800)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5441
retrieving revision 1.5442
diff -u -d -r1.5441 -r1.5442
--- Overview.html 1 Nov 2011 05:49:23 -0000 1.5441
+++ Overview.html 1 Nov 2011 06:03:33 -0000 1.5442
@@ -47249,7 +47249,7 @@
<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
Received on Tuesday, 1 November 2011 06:03:46 UTC