HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4332

SVNBugCommentTime (UTC)
43328048Mention DOMSettableTokenList one more time.2009-10-25 09:20
Index: source
===================================================================
--- source	(revision 4331)
+++ source	(revision 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">
 

|