[html5] r6540 - [e] (0) Clarify that this is non-normative. Fixing http://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 4 21:01:26 PDT 2011


Author: ianh
Date: 2011-09-04 21:01:24 -0700 (Sun, 04 Sep 2011)
New Revision: 6540

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that this is non-normative.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13878

Modified: complete.html
===================================================================
--- complete.html	2011-09-04 21:23:27 UTC (rev 6539)
+++ complete.html	2011-09-05 04:01:24 UTC (rev 6540)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 4 September 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 5 September 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -71785,11 +71785,12 @@
   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>
+  <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>
 

Modified: index
===================================================================
--- index	2011-09-04 21:23:27 UTC (rev 6539)
+++ index	2011-09-05 04:01:24 UTC (rev 6540)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 4 September 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 5 September 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -71681,11 +71681,12 @@
   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>
+  <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>
 

Modified: source
===================================================================
--- source	2011-09-04 21:23:27 UTC (rev 6539)
+++ source	2011-09-05 04:01:24 UTC (rev 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">
 




More information about the Commit-Watchers mailing list