Skip to content

Commit

Permalink
[gw] (2) Allow spellcheck='' to be set with no value as a shorthand f…
Browse files Browse the repository at this point in the history
…or 'true'. This isn't compatible with what existing implementations do, so please let me know if this is a problem... (credit: avk) (bug 6652)

git-svn-id: http://svn.whatwg.org/webapps@2936 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2009
1 parent dee25af commit d3ed0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -47955,7 +47955,7 @@ at the first element with the given ID must be treated as if it was cloned and r


<p>The <dfn id=attr-spellcheck title=attr-spellcheck><code>spellcheck</code></dfn> <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 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 addition, there is a third state, the <i>inherit</i> state, which is
the <i>missing value default</i> (and the <i>invalid value the <i>missing value default</i> (and the <i>invalid value
default</i>).</p> default</i>).</p>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -55884,8 +55884,8 @@ at the first element with the given ID must be treated as if it was cloned and r


<p>The <dfn title="attr-spellcheck"><code>spellcheck</code></dfn> <p>The <dfn title="attr-spellcheck"><code>spellcheck</code></dfn>
attribute is an <span>enumerated attribute</span> whose keywords are attribute is an <span>enumerated attribute</span> whose keywords are
<code title="">true</code> and <code the empty string, <code title="">true</code> and <code
title="">false</code>. The <code title="">false</code>. The empty string and the <code
title="">true</code> keyword map to the <i>true</i> state. 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 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 addition, there is a third state, the <i>inherit</i> state, which is
Expand Down

0 comments on commit d3ed0b5

Please sign in to comment.