- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Feb 2011 23:22:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22450 Modified Files: Overview.html Log Message: 'do nothing' doesn't make sense for a getter. (whatwg r5909) Index: Overview.html =================================================================== 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:22:52 UTC