- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 07:48:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3010 Modified Files: Overview.html Log Message: Make boolean attributes reflect true to the empty string, not the attribute name. (whatwg r5022) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4037 retrieving revision 1.4038 diff -u -d -r1.4037 -r1.4038 --- Overview.html 13 Apr 2010 07:44:01 -0000 1.4037 +++ Overview.html 13 Apr 2010 07:48:28 -0000 1.4038 @@ -5613,8 +5613,9 @@ attribute, then on getting the IDL attribute must return true if the content attribute is set, and false if it is absent. On setting, the content attribute must be removed if the IDL attribute is set to - false, and must be set to have the same value as its name if the IDL - attribute is set to true. (This corresponds to the rules for <a href="#boolean-attribute" title="boolean attribute">boolean content attributes</a>.)</p> + false, and must be set to the empty string if the IDL attribute is + set to true. (This corresponds to the rules for <a href="#boolean-attribute" title="boolean + attribute">boolean content attributes</a>.)</p> <p>If a reflecting IDL attribute is a signed integer type (<code>long</code>) then, on getting, the content attribute must be
Received on Tuesday, 13 April 2010 07:48:33 UTC