Bugzilla – Bug 598
Forgot to say that 'checked' is a boolean attribute. (bug 6894)
Last modified: 2009-07-15 08:20:58 CEST
Index: source =================================================================== --- source (revision 3168) +++ source (revision 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
I reported this spec bug; it's just a spec bug - no v.nu changes required, because v.nu already treats boolean as a binary attribute