html5/spec Overview.html,1.3954,1.3955

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

Modified Files:
	Overview.html 
Log Message:
Make IDL setters of enumerated attributes not throw an exception but instead pass invalid values through unmodified. (whatwg r4934)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3954
retrieving revision 1.3955
diff -u -d -r1.3954 -r1.3955
--- Overview.html	1 Apr 2010 01:21:40 -0000	1.3954
+++ Overview.html	1 Apr 2010 02:32:02 -0000	1.3955
@@ -5343,8 +5343,8 @@
   the conforming value associated with the state that the attribute
   would be in if set to the given new value, otherwise, if the new
   value is the empty string, then the content attribute must be
-  removed, otherwise, the setter must raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code>
-  exception.</p>
+  removed, otherwise, the content attribute must be set to the given
+  new value.</p>
 
   <p>If a reflecting IDL attribute is a <code>DOMString</code> but
   doesn't fall into any of the above categories, then the getting and

Received on Thursday, 1 April 2010 02:32:07 UTC