html5/spec Overview.html,1.2322,1.2323

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29473

Modified Files:
	Overview.html 
Log Message:
Forgot to say that 'checked' is a boolean attribute. (bug 6894) (whatwg r3169)

Index: Overview.html
===================================================================
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:00:46 UTC