[html5] r8529 - [e] (0) Typo in DND section Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?i [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 6 11:19:00 PST 2014


Author: ianh
Date: 2014-03-06 11:18:59 -0800 (Thu, 06 Mar 2014)
New Revision: 8529

Modified:
   complete.html
   index
   source
Log:
[e] (0) Typo in DND section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24954
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-03-05 23:35:26 UTC (rev 8528)
+++ complete.html	2014-03-06 19:18:59 UTC (rev 8529)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 March 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 March 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -79047,7 +79047,7 @@
   <p>When a user agent is required to <dfn id=fire-a-dnd-event>fire a DND event</dfn> named <var title="">e</var> at an
   element, using a particular <a href=#drag-data-store>drag data store</a>, and optionally with a specific <var title="">related target</var>, the user agent must run the following steps:</p>
 
-  <ol><li><p>If not <var title="">related target</var> was provided, set <var title="">related
+  <ol><!--CLEANUP--><li><p>If no specific <var title="">related target</var> was provided, set <var title="">related
    target</var> to null.</li>
 
    <li>

Modified: index
===================================================================
--- index	2014-03-05 23:35:26 UTC (rev 8528)
+++ index	2014-03-06 19:18:59 UTC (rev 8529)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 March 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 March 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -79047,7 +79047,7 @@
   <p>When a user agent is required to <dfn id=fire-a-dnd-event>fire a DND event</dfn> named <var title="">e</var> at an
   element, using a particular <a href=#drag-data-store>drag data store</a>, and optionally with a specific <var title="">related target</var>, the user agent must run the following steps:</p>
 
-  <ol><li><p>If not <var title="">related target</var> was provided, set <var title="">related
+  <ol><!--CLEANUP--><li><p>If no specific <var title="">related target</var> was provided, set <var title="">related
    target</var> to null.</li>
 
    <li>

Modified: source
===================================================================
--- source	2014-03-05 23:35:26 UTC (rev 8528)
+++ source	2014-03-06 19:18:59 UTC (rev 8529)
@@ -88501,7 +88501,8 @@
 
   <ol>
 
-   <li><p>If not <var data-x="">related target</var> was provided, set <var data-x="">related
+<!--CLEANUP-->
+   <li><p>If no specific <var data-x="">related target</var> was provided, set <var data-x="">related
    target</var> to null.</p></li>
 
    <li>




More information about the Commit-Watchers mailing list