- From: poot <cvsmail@w3.org>
- Date: Mon, 05 Sep 2011 00:03:05 -0400
- To: public-html-diffs@w3.org
hixie: Clarify that this is non-normative. (whatwg r6540) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5238&r2=1.5239&f=h http://html5.org/tools/web-apps-tracker?from=6539&to=6540 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5238 retrieving revision 1.5239 diff -u -d -r1.5238 -r1.5239 --- Overview.html 4 Sep 2011 21:24:54 -0000 1.5238 +++ Overview.html 5 Sep 2011 04:02:52 -0000 1.5239 @@ -321,7 +321,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-4-september-2011">Editor's Draft 4 September 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-5-september-2011">Editor's Draft 5 September 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -467,7 +467,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 4 September 2011 Editor's Draft. + This specification is the 5 September 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -52753,11 +52753,12 @@ 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>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>default</i> state indicates - 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"> + default</i>).<p class="note">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 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, as defined below. + 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 Monday, 5 September 2011 04:03:11 UTC