hixie: The spec for reflecting 'boolean' attributes made no sense. (whatwg r4881)

hixie: The spec for reflecting 'boolean' attributes made no sense.
(whatwg r4881)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3907&r2=1.3908&f=h
http://html5.org/tools/web-apps-tracker?from=4880&to=4881

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3907
retrieving revision 1.3908
diff -u -d -r1.3907 -r1.3908
--- Overview.html 29 Mar 2010 04:51:31 -0000 1.3907
+++ Overview.html 29 Mar 2010 04:58:47 -0000 1.3908
@@ -5309,9 +5309,9 @@
   doesn't fall into any of the above categories, then the getting and
   setting must be done in a transparent, case-preserving manner.</p>
 
-  <p>If a reflecting IDL attribute is a <a href="#boolean-attribute">boolean
-  attribute</a>, then on getting the IDL attribute must return true
-  if the attribute is set, and false if it is absent. On setting, the
+  <p>If a reflecting IDL attribute is a <code title="">boolean</code>
+  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>

Received on Monday, 29 March 2010 04:59:28 UTC