HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5909

SVNBugCommentTime (UTC)
590911856[Gecko] [Internet Explorer] [Opera] [Webkit] 'do nothing' doesn't make sense for a getter.2011-02-18 23:22
Index: source
===================================================================
--- source	(revision 5908)
+++ source	(revision 5909)
@@ -78198,13 +78198,13 @@
   <ol>
 
    <li><p>If the <code>DataTransfer</code> object is no longer
-   associated with a <span>drag data store</span>, abort these steps.
-   Nothing happens.</p></li>
+   associated with a <span>drag data store</span>, return the empty
+   string and abort these steps.</p></li>
 
    <li><p>If the <span>drag data store</span>'s <span title="drag data
    store mode">mode</span> is in the <span
-   title="concept-dnd-p">protected mode</span>, abort these steps.
-   Nothing happens.</p></li>
+   title="concept-dnd-p">protected mode</span>, return the empty
+   string and abort these steps.</p></li>
 
    <li><p>Let <var title="">format</var> be the first argument,
    <span>converted to ASCII lowercase</span>.</p></li>

|