Rename the spellcheck 'inherit' state to 'default'. (whatwg r3134)

Rename the spellcheck 'inherit' state to 'default'. (whatwg r3134)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2292.html#attr-spellcheck
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2292.html#dom-spellcheck

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2291&r2=1.2292&f=h
http://html5.org/tools/web-apps-tracker?from=3133&to=3134

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2291
retrieving revision 1.2292
diff -u -d -r1.2291 -r1.2292
--- Overview.html 26 May 2009 08:57:00 -0000 1.2291
+++ Overview.html 26 May 2009 09:39:58 -0000 1.2292
@@ -49583,10 +49583,10 @@
   </dl><hr></div><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>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.<div class="impl">
@@ -49607,9 +49607,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
@@ -49671,7 +49671,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>

Received on Tuesday, 26 May 2009 09:42:11 UTC