- From: poot <cvsmail@w3.org>
- Date: Tue, 26 May 2009 19:17:17 +0900 (JST)
- To: public-html-diffs@w3.org
Make 'default' spellcheck behaviour definition clearer. (whatwg r3137) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2295.html#attr-spellcheck http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2294&r2=1.2295&f=h http://html5.org/tools/web-apps-tracker?from=3136&to=3137 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2294 retrieving revision 1.2295 diff -u -d -r1.2294 -r1.2295 --- Overview.html 26 May 2009 10:09:14 -0000 1.2294 +++ Overview.html 26 May 2009 10:15:38 -0000 1.2295 @@ -49593,9 +49593,9 @@ 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>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"> + 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.<div class="impl"> <hr></div><dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt>
Received on Tuesday, 26 May 2009 10:17:54 UTC