Short URL: http://html5.org/r/5909
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5909 | 11856 | 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>