[html5] r4332 - [e] (0) Mention DOMSettableTokenList one more time. Fixing http://www.w3.org/Bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Oct 25 02:20:11 PDT 2009
Author: ianh
Date: 2009-10-25 02:20:07 -0700 (Sun, 25 Oct 2009)
New Revision: 4332
Modified:
complete.html
index
source
Log:
[e] (0) Mention DOMSettableTokenList one more time.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8048
Modified: complete.html
===================================================================
--- complete.html 2009-10-25 09:18:09 UTC (rev 4331)
+++ complete.html 2009-10-25 09:20:07 UTC (rev 4332)
@@ -5582,8 +5582,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>
Modified: index
===================================================================
--- index 2009-10-25 09:18:09 UTC (rev 4331)
+++ index 2009-10-25 09:20:07 UTC (rev 4332)
@@ -5392,8 +5392,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>
Modified: source
===================================================================
--- source 2009-10-25 09:18:09 UTC (rev 4331)
+++ source 2009-10-25 09:20:07 UTC (rev 4332)
@@ -5099,8 +5099,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>DOMTokenList</code> object must be
- returned every time for each attribute.</p>
+ empty string. The same <code>DOMTokenList</code> or
+ <code>DOMSettableTokenList</code> object must be returned every time
+ for each attribute.</p>
<div class="example">
More information about the Commit-Watchers
mailing list