hixie: 'do nothing' doesn't make sense for a getter. (whatwg r5909)

hixie: 'do nothing' doesn't make sense for a getter. (whatwg r5909)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4748&r2=1.4749&f=h
http://html5.org/tools/web-apps-tracker?from=5908&to=5909

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4748
retrieving revision 1.4749
diff -u -d -r1.4748 -r1.4749
--- Overview.html 18 Feb 2011 23:17:03 -0000 1.4748
+++ Overview.html 18 Feb 2011 23:22:46 -0000 1.4749
@@ -51953,12 +51953,12 @@
   must run the following steps:</p>
 
   <ol><li><p>If the <code><a href="#datatransfer">DataTransfer</a></code> object is no longer
-   associated with a <a href="#drag-data-store">drag data store</a>, abort these steps.
-   Nothing happens.</li>
+   associated with a <a href="#drag-data-store">drag data store</a>, return the empty
+   string and abort these steps.</li>
 
    <li><p>If the <a href="#drag-data-store">drag data store</a>'s <a href="#drag-data-store-mode" title="drag data
-   store mode">mode</a> is in the <a href="#concept-dnd-p" title="concept-dnd-p">protected mode</a>, abort these steps.
-   Nothing happens.</li>
+   store mode">mode</a> is in the <a href="#concept-dnd-p" title="concept-dnd-p">protected mode</a>, return the empty
+   string and abort these steps.</li>
 
    <li><p>Let <var title="">format</var> be the first argument,
    <a href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</li>

Received on Friday, 18 February 2011 23:24:01 UTC