[html5] r2682 - [e] (0) mention boolean attributes can't be false

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 20 16:15:02 PST 2009


Author: ianh
Date: 2009-01-20 16:15:00 -0800 (Tue, 20 Jan 2009)
New Revision: 2682

Modified:
   index
   source
Log:
[e] (0) mention boolean attributes can't be false

Modified: index
===================================================================
--- index	2009-01-20 21:47:27 UTC (rev 2681)
+++ index	2009-01-21 00:15:00 UTC (rev 2682)
@@ -22,7 +22,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 20 January 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 21 January 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -2096,7 +2096,11 @@
   match for the attribute's canonical name, with no leading or
   trailing whitespace.</p>
 
+  <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.</p>
 
+
   <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>

Modified: source
===================================================================
--- source	2009-01-20 21:47:27 UTC (rev 2681)
+++ source	2009-01-21 00:15:00 UTC (rev 2682)
@@ -1157,7 +1157,11 @@
   match for the attribute's canonical name, with no leading or
   trailing whitespace.</p>
 
+  <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.</p>
 
+
   <h4>Numbers</h4>
 
   <h5>Non-negative integers</h5>




More information about the Commit-Watchers mailing list