HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6540

SVNBugCommentTime (UTC)
654013878Clarify that this is non-normative.2011-09-05 04:01
Index: source
===================================================================
--- source	(revision 6539)
+++ source	(revision 6540)
@@ -81709,12 +81709,13 @@
   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">spellcheck</code> state. The <i>false</i>
-  state indicates that the element is not to be checked.</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">spellcheck</code> state, as defined below.
+  The <i>false</i> state indicates that the element is not to be
+  checked.</p>
 
   <div class="impl">
 

|