html5/spec editing.html,1.1052,1.1053 spec.html,1.1658,1.1659

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9185

Modified Files:
	editing.html spec.html 
Log Message:
Clarify that this is non-normative. (whatwg r6540)

[updated by splitter]


Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -d -r1.1052 -r1.1053
--- editing.html	26 Aug 2011 00:47:10 -0000	1.1052
+++ editing.html	5 Sep 2011 04:46:50 -0000	1.1053
@@ -1158,11 +1158,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><div class="impl">
+  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><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>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1658
retrieving revision 1.1659
diff -u -d -r1.1658 -r1.1659
--- spec.html	4 Sep 2011 21:46:26 -0000	1.1658
+++ spec.html	5 Sep 2011 04:46:50 -0000	1.1659
@@ -325,7 +325,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>
@@ -350,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5238.
+This is revision 1.5239.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -471,7 +471,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

Received on Monday, 5 September 2011 04:47:06 UTC