html5/spec dnd.html,1.83,1.84 history.html,1.1088,1.1089 spec.html,1.1767,1.1768

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13996

Modified Files:
	dnd.html history.html spec.html 
Log Message:
typo (whatwg r6800)

[updated by splitter]


Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1088
retrieving revision 1.1089
diff -u -d -r1.1088 -r1.1089
--- history.html	30 Oct 2011 16:47:05 -0000	1.1088
+++ history.html	1 Nov 2011 06:46:23 -0000	1.1089
@@ -2126,7 +2126,7 @@
    <code><a href="infrastructure.html#document">Document</a></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 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="browsers.html#window">Window</a></code> object of the <code><a href="infrastructure.html#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

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- dnd.html	27 Oct 2011 00:46:30 -0000	1.83
+++ dnd.html	1 Nov 2011 06:46:23 -0000	1.84
@@ -1813,7 +1813,8 @@
        it is not null, use platform-specific conventions for drag
        cancellation.</p>
 
-      </li></ol><p>Otherwise, the drag operation was as success; run these substeps:</p>
+      </li></ol><p>Otherwise, the drag operation might be a success; run these
+      substeps:</p>
 
       <ol><li><p>Let <var title="">dropped</var> be true.</p></li>
 
@@ -1895,7 +1896,7 @@
        <dd><p>The user agent should delete the dragged selection from
        the relevant text field.</p></dd>
 
-       <dt>If the <var title="">dropped</var> is false of it the
+       <dt>If the <var title="">dropped</var> is false or it the
        <a href="#current-drag-operation">current drag operation</a> is "<code title="">none</code>"</dt>
 
        <dd><p>The drag was canceled. If the platform conventions

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1767
retrieving revision 1.1768
diff -u -d -r1.1767 -r1.1768
--- spec.html	1 Nov 2011 05:46:26 -0000	1.1767
+++ spec.html	1 Nov 2011 06:46:23 -0000	1.1768
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5439.
+This is revision 1.5442.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 1 November 2011 06:46:31 UTC