NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 598 - Forgot to say that 'checked' is a boolean attribute. (bug 6894)
Forgot to say that 'checked' is a boolean attribute. (bug 6894)
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 14:58 CEST by Henri Sivonen
Modified: 2009-07-15 08:20 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-07-14 14:58:16 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
Comment 1 Michael[tm] Smith 2009-07-15 08:20:58 CEST
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