html5/spec Overview.html,1.3467,1.3468

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11962

Modified Files:
	Overview.html 
Log Message:
Mention DOMSettableTokenList one more time. (whatwg r4332)

Index: Overview.html
===================================================================
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:06:38 UTC