[html5] r3169 - [c] (0) Forgot to say that 'checked' is a boolean attribute. (bug 6894)

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 1 15:00:31 PDT 2009


Author: ianh
Date: 2009-06-01 15:00:29 -0700 (Mon, 01 Jun 2009)
New Revision: 3169

Modified:
   index
   source
Log:
[c] (0) Forgot to say that 'checked' is a boolean attribute. (bug 6894)

Modified: index
===================================================================
--- index	2009-06-01 21:59:00 UTC (rev 3168)
+++ index	2009-06-01 22:00:29 UTC (rev 3169)
@@ -30085,7 +30085,8 @@
   </div>
 
   <p>The <dfn id=attr-input-checked title=attr-input-checked><code>checked</code></dfn>
-  content attribute gives the default <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the
+  content attribute is a <a href=#boolean-attribute>boolean attribute</a> that gives the
+  default <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the
   <code><a href=#the-input-element>input</a></code> element. <span class=impl>When the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> content attribute is
   added, if the control does not have <i title=concept-input-checked-dirty><a href=#concept-input-checked-dirty>dirty checkedness</a></i>, the user
   agent must set the <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the element to

Modified: source
===================================================================
--- source	2009-06-01 21:59:00 UTC (rev 3168)
+++ source	2009-06-01 22:00:29 UTC (rev 3169)
@@ -33435,8 +33435,8 @@
   </div>
 
   <p>The <dfn title="attr-input-checked"><code>checked</code></dfn>
-  content attribute gives the default <span
-  title="concept-fe-checked">checkedness</span> of the
+  content attribute is a <span>boolean attribute</span> that gives the
+  default <span title="concept-fe-checked">checkedness</span> of the
   <code>input</code> element. <span class="impl">When the <code
   title="attr-input-checked">checked</code> content attribute is
   added, if the control does not have <i




More information about the Commit-Watchers mailing list