html5/spec Overview.html,1.2100,1.2101

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

Modified Files:
	Overview.html 
Log Message:
Allow spellcheck='' to be set with no value as a shorthand for 'true'. This isn't compatible with what existing implementations do, so please let me know if this is a problem... (credit: avk) (bug 6652) (whatwg r2936)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2100
retrieving revision 1.2101
diff -u -d -r1.2100 -r1.2101
--- Overview.html	31 Mar 2009 04:16:58 -0000	1.2100
+++ Overview.html	31 Mar 2009 04:39:01 -0000	1.2101
@@ -42820,7 +42820,7 @@
 
   </dl><hr></div><p>The <dfn id=attr-spellcheck title=attr-spellcheck><code>spellcheck</code></dfn>
   attribute is an <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are
-  <code title="">true</code> and <code title="">false</code>. The <code title="">true</code> keyword map to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state. In
+  the empty string, <code title="">true</code> and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state. In
   addition, there is a third state, the <i>inherit</i> state, which is
   the <i>missing value default</i> (and the <i>invalid value
   default</i>).<p>The <i>true</i> state indicates that the element is to have its

Received on Tuesday, 31 March 2009 04:39:14 UTC