[html5] r5664 - [e] (0) Clarify example

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 1 17:53:54 PDT 2010


Author: ianh
Date: 2010-11-01 17:53:52 -0700 (Mon, 01 Nov 2010)
New Revision: 5664

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify example

Modified: complete.html
===================================================================
--- complete.html	2010-11-01 23:30:21 UTC (rev 5663)
+++ complete.html	2010-11-02 00:53:52 UTC (rev 5664)
@@ -214,7 +214,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 1 November 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 2 November 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -65893,7 +65893,7 @@
   }
   function dragOverHandler(event) {
     event.dataTransfer.dropEffect = 'move';
-    event.preventDefault();
+    event.preventDefault(); // override default drag feedback
   }
   function dropHandler(event) {
     // drop the data

Modified: index
===================================================================
--- index	2010-11-01 23:30:21 UTC (rev 5663)
+++ index	2010-11-02 00:53:52 UTC (rev 5664)
@@ -218,7 +218,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 1 November 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 2 November 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -65899,7 +65899,7 @@
   }
   function dragOverHandler(event) {
     event.dataTransfer.dropEffect = 'move';
-    event.preventDefault();
+    event.preventDefault(); // override default drag feedback
   }
   function dropHandler(event) {
     // drop the data

Modified: source
===================================================================
--- source	2010-11-01 23:30:21 UTC (rev 5663)
+++ source	2010-11-02 00:53:52 UTC (rev 5664)
@@ -75060,7 +75060,7 @@
   }
   function dragOverHandler(event) {
     event.dataTransfer.dropEffect = 'move';
-    event.preventDefault();
+    event.preventDefault(); // override default drag feedback
   }
   function dropHandler(event) {
     // drop the data




More information about the Commit-Watchers mailing list