- From: poot <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 18:06:45 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention DOMSettableTokenList one more time. (whatwg r4332) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3467&r2=1.3468&f=h http://html5.org/tools/web-apps-tracker?from=4331&to=4332 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3467 retrieving revision 1.3468 diff -u -d -r1.3467 -r1.3468 --- Overview.html 25 Oct 2009 09:04:36 -0000 1.3467 +++ Overview.html 25 Oct 2009 09:06:34 -0000 1.3468 @@ -4903,8 +4903,9 @@ the empty string; when the object mutates this empty string, the user agent must add the corresponding content attribute, with its value set to the value it would have been set to after mutating the - empty string. The same <code><a href="#domtokenlist">DOMTokenList</a></code> object must be - returned every time for each attribute.</p> + empty string. The same <code><a href="#domtokenlist">DOMTokenList</a></code> or + <code><a href="#domsettabletokenlist">DOMSettableTokenList</a></code> object must be returned every time + for each attribute.</p> <div class="example">
Received on Sunday, 25 October 2009 09:07:14 UTC