spec/Overview.html 1.2101 2936 Allow spellcheck='' to be set with no va

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)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6652

spellcheck
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2101.html#attr-spellcheck
inherit-by-default
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2101.html#concept-spellcheck-default-inherit

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2100&r2=1.2101&f=h
http://html5.org/tools/web-apps-tracker?from=2935&to=2936

===================================================================
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:41:39 UTC