Forgot to say that 'checked' is a boolean attribute. (bug 6894) (whatwg r3169)

Forgot to say that 'checked' is a boolean attribute. (bug 6894) (whatwg
r3169)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6894

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2323.html#concept-input-checked-dirty
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2323.html#attr-input-checked

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2322&r2=1.2323&f=h
http://html5.org/tools/web-apps-tracker?from=3168&to=3169

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2322
retrieving revision 1.2323
diff -u -d -r1.2322 -r1.2323
--- Overview.html 1 Jun 2009 21:59:06 -0000 1.2322
+++ Overview.html 1 Jun 2009 22:00:35 -0000 1.2323
@@ -26824,7 +26824,8 @@
   the control in a way that changes the <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a>.</p>
 
   </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

Received on Monday, 1 June 2009 22:02:44 UTC