- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 May 2009 09:40:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26085 Modified Files: Overview.html Log Message: Rename the spellcheck 'inherit' state to 'default'. (whatwg r3134) Index: Overview.html =================================================================== 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:40:11 UTC