[html5] r4881 - [e] (0) The spec for reflecting 'boolean' attributes made no sense.

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 21:58:43 PDT 2010


Author: ianh
Date: 2010-03-28 21:58:41 -0700 (Sun, 28 Mar 2010)
New Revision: 4881

Modified:
   complete.html
   index
   source
Log:
[e] (0) The spec for reflecting 'boolean' attributes made no sense.

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 04:51:26 UTC (rev 4880)
+++ complete.html	2010-03-29 04:58:41 UTC (rev 4881)
@@ -6100,9 +6100,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>

Modified: index
===================================================================
--- index	2010-03-29 04:51:26 UTC (rev 4880)
+++ index	2010-03-29 04:58:41 UTC (rev 4881)
@@ -5998,9 +5998,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>

Modified: source
===================================================================
--- source	2010-03-29 04:51:26 UTC (rev 4880)
+++ source	2010-03-29 04:58:41 UTC (rev 4881)
@@ -5654,9 +5654,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 <span>boolean
-  attribute</span>, 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 <span




More information about the Commit-Watchers mailing list