Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Make 'default' spellcheck behaviour definition clearer.
git-svn-id: http://svn.whatwg.org/webapps@3137 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 26, 2009
1 parent 9d0c08e commit e57482d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -55276,9 +55276,9 @@ at the first element with the given ID must be treated as if it was cloned and r

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
that the element is to act the same way as its parent. The
<i>false</i> state indicates that the element is not to be
checked.</p>
that the element is to act according to a default behavior, possibly
based on the parent element's own <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> state. The <i>false</i>
state indicates that the element is not to be checked.</p>

<div class=impl>

Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -64736,9 +64736,10 @@ at the first element with the given ID must be treated as if it was cloned and r

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
that the element is to act the same way as its parent. The
<i>false</i> state indicates that the element is not to be
checked.</p>
that the element is to act according to a default behavior, possibly
based on the parent element's own <code
title="attr-spellcheck">spellcheck</code> state. The <i>false</i>
state indicates that the element is not to be checked.</p>

<div class="impl">

Expand Down

0 comments on commit e57482d

Please sign in to comment.