[html5] r3134 - [e] (0) Rename the spellcheck 'inherit' state to 'default'.

whatwg at whatwg.org whatwg at whatwg.org
Tue May 26 02:39:54 PDT 2009


Author: ianh
Date: 2009-05-26 02:39:53 -0700 (Tue, 26 May 2009)
New Revision: 3134

Modified:
   index
   source
Log:
[e] (0) Rename the spellcheck 'inherit' state to 'default'.

Modified: index
===================================================================
--- index	2009-05-26 08:56:54 UTC (rev 3133)
+++ index	2009-05-26 09:39:53 UTC (rev 3134)
@@ -55264,12 +55264,12 @@
   <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>
@@ -55294,9 +55294,9 @@
   <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
@@ -55358,7 +55358,7 @@
    <!-- 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>

Modified: source
===================================================================
--- source	2009-05-26 08:56:54 UTC (rev 3133)
+++ source	2009-05-26 09:39:53 UTC (rev 3134)
@@ -64724,12 +64724,12 @@
   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>
@@ -64763,11 +64763,11 @@
   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>
@@ -64847,7 +64847,7 @@
 
    <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>




More information about the Commit-Watchers mailing list