spec/Overview.html 1.1852 2682 mention boolean attributes can't be fals

mention boolean attributes can't be false (whatwg r2682)

Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1852.html#status-of-this-document
2.4.2 Boolean attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1852.html#boolean-attributes
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1852.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
2.4.3 Numbers
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1852.html#numbers
Editor's Draft 21 January 2009
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1852.html#editor-s-draft-date-zzz-9-june-2008
rules for parsing non-negative integers
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1852.html#rules-for-parsing-non-negative-integers

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1851&r2=1.1852&f=h
http://html5.org/tools/web-apps-tracker?from=2681&to=2682

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1851
retrieving revision 1.1852
diff -u -d -r1.1851 -r1.1852
--- Overview.html 20 Jan 2009 21:47:34 -0000 1.1851
+++ Overview.html 21 Jan 2009 00:15:07 -0000 1.1852
@@ -8,7 +8,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->20 January 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->21 January 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd>
@@ -97,7 +97,7 @@
   specification's progress along the W3C Recommendation
   track.
   <!--ZZZ:-->
-  This specification is the 20 January 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 21 January 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -1668,7 +1668,9 @@
   of the attribute represents the false value.<p>If the attribute is present, its value must either be the empty
   string or a value that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
   match for the attribute's canonical name, with no leading or
-  trailing whitespace.<h4 id=numbers><span class=secno>2.4.3 </span>Numbers</h4><h5 id=non-negative-integers><span class=secno>2.4.3.1 </span>Non-negative integers</h5><p>A string is a <dfn id=valid-non-negative-integer>valid non-negative integer</dfn> if it
+  trailing whitespace.<p class=note>The values "true" and "false" are not allowed on
+  boolean attributes. To represent a false value, the attribute has to
+  be omitted altogether.<h4 id=numbers><span class=secno>2.4.3 </span>Numbers</h4><h5 id=non-negative-integers><span class=secno>2.4.3.1 </span>Non-negative integers</h5><p>A string is a <dfn id=valid-non-negative-integer>valid non-negative integer</dfn> if it
   consists of one of more characters in the range U+0030 DIGIT ZERO
   (0) to U+0039 DIGIT NINE (9).<p>A <a href=#valid-non-negative-integer>valid non-negative integer</a> represents the number
   that is represented in base ten by that string of digits.<p>The <dfn id=rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</dfn> are as

Received on Wednesday, 21 January 2009 00:18:47 UTC