- From: poot <cvsmail@w3.org>
- Date: Thu, 1 Apr 2010 14:34:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make IDL setters of enumerated attributes not throw an exception but instead pass invalid values through unmodified. (whatwg r4934) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3954&r2=1.3955&f=h http://html5.org/tools/web-apps-tracker?from=4933&to=4934 =================================================================== 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 05:34:59 UTC