[html5] r5909 - [giow] (1) 'do nothing' doesn't make sense for a getter. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 18 15:22:12 PST 2011


Author: ianh
Date: 2011-02-18 15:22:10 -0800 (Fri, 18 Feb 2011)
New Revision: 5909

Modified:
   complete.html
   index
   source
Log:
[giow] (1) 'do nothing' doesn't make sense for a getter.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11856

Modified: complete.html
===================================================================
--- complete.html	2011-02-18 23:16:43 UTC (rev 5908)
+++ complete.html	2011-02-18 23:22:10 UTC (rev 5909)
@@ -68650,12 +68650,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>

Modified: index
===================================================================
--- index	2011-02-18 23:16:43 UTC (rev 5908)
+++ index	2011-02-18 23:22:10 UTC (rev 5909)
@@ -68659,12 +68659,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>

Modified: source
===================================================================
--- source	2011-02-18 23:16:43 UTC (rev 5908)
+++ source	2011-02-18 23:22:10 UTC (rev 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>




More information about the Commit-Watchers mailing list