[html5] r2936 - [gw] (2) Allow spellcheck='' to be set with no value as a shorthand for 'true'. [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Mar 30 21:38:56 PDT 2009


Author: ianh
Date: 2009-03-30 21:38:56 -0700 (Mon, 30 Mar 2009)
New Revision: 2936

Modified:
   index
   source
Log:
[gw] (2) 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)

Modified: index
===================================================================
--- index	2009-03-31 04:16:53 UTC (rev 2935)
+++ index	2009-03-31 04:38:56 UTC (rev 2936)
@@ -47955,7 +47955,7 @@
 
   <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>

Modified: source
===================================================================
--- source	2009-03-31 04:16:53 UTC (rev 2935)
+++ source	2009-03-31 04:38:56 UTC (rev 2936)
@@ -55884,8 +55884,8 @@
 
   <p>The <dfn title="attr-spellcheck"><code>spellcheck</code></dfn>
   attribute is an <span>enumerated attribute</span> whose keywords are
-  <code title="">true</code> and <code
-  title="">false</code>. The <code
+  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




More information about the Commit-Watchers mailing list