html5/spec Overview.html,1.3052,1.3053

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

Modified Files:
	Overview.html 
Log Message:
Clean up in drag and drop section. (whatwg r3890)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3052
retrieving revision 1.3053
diff -u -d -r1.3052 -r1.3053
--- Overview.html	18 Sep 2009 06:53:17 -0000	1.3052
+++ Overview.html	18 Sep 2009 07:04:17 -0000	1.3053
@@ -52746,7 +52746,7 @@
 
    </li>
 
-   <li><p class="XXX">text/html fragment</p>
+   <!-- v2: text/html -->
 
    <li>
 
@@ -52768,7 +52768,7 @@
        <dd>Add to <var title="">urls</var> the result of <a href="#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-img-src"><a href="#attr-img-src">src</a></code> content attribute relative to the
        element.</dd>
 
-       <!-- XXX others -->
+       <!-- v2: more -->
 
       </dl></li>
 
@@ -52818,10 +52818,7 @@
 
    <li>The selection that the user is dragging.</li>
 
-  </ol><!-- XXX xref also link to the section that explains how to
-  render drag-and-drop, :drag, :drop, etc. Safari has a pseudo-class
-  that it uses to render an element off-screen to use as the drag
-  feedback. --><p>The user agent must take a note of <a href="#dom-datatransfer-setdata" title="dom-DataTransfer-setData">the data that was placed</a> in
+  </ol><p>The user agent must take a note of <a href="#dom-datatransfer-setdata" title="dom-DataTransfer-setData">the data that was placed</a> in
   the <code title="dom-DragEvent-dataTransfer"><a href="#dom-dragevent-datatransfer">dataTransfer</a></code>
   object. This data will be made available again when the <code title="event-drop"><a href="#event-drop">drop</a></code> event is fired.</p>
 

Received on Friday, 18 September 2009 07:04:32 UTC