- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 17 Jan 2010 07:56:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv14083 Modified Files: Overview.html Log Message: Expose the unordered set of unique space-separated tokens as DOMSettableTokenList objects in the DOM. Affects .sandbox (on iframe), .sizes (on link), .headers (on td and th, .itemRef (everywhere), and htmlFor (on output). (whatwg r4597) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Overview.html 17 Jan 2010 07:42:29 -0000 1.12 +++ Overview.html 17 Jan 2010 07:56:04 -0000 1.13 @@ -1204,7 +1204,7 @@ attribute boolean <a href="#dom-itemscope" title="dom-itemScope">itemScope</a>; attribute DOMString <a href="#dom-itemtype" title="dom-itemType">itemType</a>; attribute DOMString <a href="#dom-itemid" title="dom-itemId">itemId</a>; - attribute DOMString <a href="#dom-itemref" title="dom-itemRef">itemRef</a>; + [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <span>DOMSettableTokenList</span> <a href="#dom-itemref" title="dom-itemRef">itemRef</a>; [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <span>DOMSettableTokenList</span> <a href="#dom-itemprop" title="dom-itemProp">itemProp</a>; readonly attribute <a href="#htmlpropertiescollection">HTMLPropertiesCollection</a> <a href="#dom-properties" title="dom-properties">properties</a>; attribute any <a href="#dom-itemvalue" title="dom-itemValue">itemValue</a>;
Received on Sunday, 17 January 2010 07:56:08 UTC