- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Sep 2011 04:58:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv9916 Modified Files: Overview.html editing-apis.html spec.html spec.preprocessed.html Log Message: Clarify that this is non-normative. (whatwg r6540) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1598 retrieving revision 1.1599 diff -u -d -r1.1598 -r1.1599 --- Overview.html 4 Sep 2011 21:57:43 -0000 1.1598 +++ Overview.html 5 Sep 2011 04:57:53 -0000 1.1599 @@ -340,7 +340,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <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-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -362,7 +362,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5238.</p> + This is revision 1.5239.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -513,7 +513,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 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1728 retrieving revision 1.1729 diff -u -d -r1.1728 -r1.1729 --- spec.html 4 Sep 2011 21:57:46 -0000 1.1728 +++ spec.html 5 Sep 2011 04:57:53 -0000 1.1729 @@ -341,7 +341,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <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-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -363,7 +363,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5238.</p> + This is revision 1.5239.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -514,7 +514,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 @@ -24786,11 +24786,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 <a href="#attr-input-autocomplete-default-state" id="default_4"><i>default</i></a> 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 <a href="#attr-input-autocomplete-default-state" id="default_5"><i>default</i></a> 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" id="spellcheck_0">spellcheck</a></code> state. The <i>false</i> - state indicates that the element is not to be checked.</p><dl class="domintro"><dt><var title="">element</var> . <code id="dom-spellcheck" title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt> + default</i>).</p><p class="note">The <i>true</i> state indicates that the element is + to have its spelling and grammar checked. The <a href="#attr-input-autocomplete-default-state" id="default_5"><i>default</i></a> 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" id="spellcheck_0">spellcheck</a></code> state, as defined below. + The <i>false</i> state indicates that the element is not to be + checked.</p><dl class="domintro"><dt><var title="">element</var> . <code id="dom-spellcheck" title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt> <dd> Index: editing-apis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing-apis.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- editing-apis.html 26 Aug 2011 00:58:55 -0000 1.11 +++ editing-apis.html 5 Sep 2011 04:57:53 -0000 1.12 @@ -371,11 +371,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 <a href="common-input-element-attributes.html#attr-input-autocomplete-default-state" id="default_4"><i>default</i></a> 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 <a href="common-input-element-attributes.html#attr-input-autocomplete-default-state" id="default_5"><i>default</i></a> 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" id="spellcheck_0">spellcheck</a></code> state. The <i>false</i> - state indicates that the element is not to be checked.<dl class="domintro"><dt><var title="">element</var> . <code id="dom-spellcheck" title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt> + default</i>).<p class="note">The <i>true</i> state indicates that the element is + to have its spelling and grammar checked. The <a href="common-input-element-attributes.html#attr-input-autocomplete-default-state" id="default_5"><i>default</i></a> 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" id="spellcheck_0">spellcheck</a></code> state, as defined below. + The <i>false</i> state indicates that the element is not to be + checked.<dl class="domintro"><dt><var title="">element</var> . <code id="dom-spellcheck" title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt> <dd> Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.580 retrieving revision 1.581 diff -u -d -r1.580 -r1.581 --- spec.preprocessed.html 4 Sep 2011 21:57:52 -0000 1.580 +++ spec.preprocessed.html 5 Sep 2011 04:57:58 -0000 1.581 @@ -357,7 +357,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <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-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -379,7 +379,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5238.</p> + This is revision 1.5239.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -532,7 +532,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 @@ -24675,11 +24675,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><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.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck" id="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt> + default</i>).</p><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.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck" id="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt> <dd>
Received on Monday, 5 September 2011 04:58:07 UTC