Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Rename the spellcheck 'inherit' state to 'default'.
git-svn-id: http://svn.whatwg.org/webapps@3134 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 26, 2009
1 parent 04e9529 commit e8f2c63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -55264,12 +55264,12 @@ 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>
attribute is an <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are
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>default</i> state, which is
the <i>missing value default</i> (and the <i>invalid value
default</i>).</p>

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>inherit</i> state indicates
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>
Expand All @@ -55294,9 +55294,9 @@ at the first element with the given ID must be treated as if it was cloned and r
<p>The <dfn id=dom-spellcheck title=dom-spellcheck><code>spellcheck</code></dfn> DOM
attribute, on getting, must return true if the element's <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> content attribute is in
the <i>true</i> state, or if the element's <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> content attribute is in
the <i>inherit</i> state and the element's <a href=#concept-spellcheck-default title=concept-spellcheck-default>default behavior</a> is <a href=#concept-spellcheck-default-true title=concept-spellcheck-default-true>true-by-default</a>, or
the <i>default</i> state and the element's <a href=#concept-spellcheck-default title=concept-spellcheck-default>default behavior</a> is <a href=#concept-spellcheck-default-true title=concept-spellcheck-default-true>true-by-default</a>, or
if the element's <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code>
content attribute is in the <i>inherit</i> state and the element's
content attribute is in the <i>default</i> state and the element's
<a href=#concept-spellcheck-default title=concept-spellcheck-default>default behavior</a> is
<a href=#concept-spellcheck-default-inherit title=concept-spellcheck-default-inherit>inherit-by-default</a>
and the element's parent element's <code title=dom-spellcheck><a href=#dom-spellcheck>spellcheck</a></code> DOM attribute would return
Expand Down Expand Up @@ -55358,7 +55358,7 @@ at the first element with the given ID must be treated as if it was cloned and r
<!-- inherit, if there is one to inherit from -->

<li>Otherwise, if there is an ancestor element with a <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> content attribute that is
not in the <i>inherit</i> state, then: if the nearest such
not in the <i>default</i> state, then: if the nearest such
ancestor's <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> content
attribute is in the <i>true</i> state, then checking is enabled;
otherwise, checking is disabled.</li>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -64724,12 +64724,12 @@ at the first element with the given ID must be treated as if it was cloned and r
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>default</i> state, which is
the <i>missing value default</i> (and the <i>invalid value
default</i>).</p>

<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>inherit</i> state indicates
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>
Expand Down Expand Up @@ -64763,11 +64763,11 @@ at the first element with the given ID must be treated as if it was cloned and r
title="attr-spellcheck">spellcheck</code> content attribute is in
the <i>true</i> state, or if the element's <code
title="attr-spellcheck">spellcheck</code> content attribute is in
the <i>inherit</i> state and the element's <span
the <i>default</i> state and the element's <span
title="concept-spellcheck-default">default behavior</span> is <span
title="concept-spellcheck-default-true">true-by-default</span>, or
if the element's <code title="attr-spellcheck">spellcheck</code>
content attribute is in the <i>inherit</i> state and the element's
content attribute is in the <i>default</i> state and the element's
<span title="concept-spellcheck-default">default behavior</span> is
<span
title="concept-spellcheck-default-inherit">inherit-by-default</span>
Expand Down Expand Up @@ -64847,7 +64847,7 @@ at the first element with the given ID must be treated as if it was cloned and r

<li>Otherwise, if there is an ancestor element with a <code
title="attr-spellcheck">spellcheck</code> content attribute that is
not in the <i>inherit</i> state, then: if the nearest such
not in the <i>default</i> state, then: if the nearest such
ancestor's <code title="attr-spellcheck">spellcheck</code> content
attribute is in the <i>true</i> state, then checking is enabled;
otherwise, checking is disabled.</li>
Expand Down

0 comments on commit e8f2c63

Please sign in to comment.