[html5] r4415 - [e] (0) Mention that spelling checking UI is not defined. Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 8 05:39:16 PST 2009


Author: ianh
Date: 2009-12-08 05:39:13 -0800 (Tue, 08 Dec 2009)
New Revision: 4415

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that spelling checking UI is not defined.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8094

Modified: complete.html
===================================================================
--- complete.html	2009-12-07 19:02:39 UTC (rev 4414)
+++ complete.html	2009-12-08 13:39:13 UTC (rev 4415)
@@ -110,7 +110,7 @@
 
   <header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 7 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 8 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -60323,6 +60323,10 @@
 
   </div>
 
+  <p class=note>This specification does not define the user
+  interface for spelling and grammar checkers. A user agent could
+  offer on-demand checking, could perform continuous checking while
+  the checking is enabled, or could use other interfaces.</p>
 
 
   <h3 id=dnd><span class=secno>8.9 </span><dfn>Drag and drop</dfn></h3>

Modified: index
===================================================================
--- index	2009-12-07 19:02:39 UTC (rev 4414)
+++ index	2009-12-08 13:39:13 UTC (rev 4415)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5</h1>
-    <h2 class="no-num no-toc">Draft Standard — 7 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 8 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -56784,6 +56784,10 @@
 
   </div>
 
+  <p class=note>This specification does not define the user
+  interface for spelling and grammar checkers. A user agent could
+  offer on-demand checking, could perform continuous checking while
+  the checking is enabled, or could use other interfaces.</p>
 
 
   <h3 id=dnd><span class=secno>7.9 </span><dfn>Drag and drop</dfn></h3>

Modified: source
===================================================================
--- source	2009-12-07 19:02:39 UTC (rev 4414)
+++ source	2009-12-08 13:39:13 UTC (rev 4415)
@@ -69315,6 +69315,10 @@
 
   </div>
 
+  <p class="note">This specification does not define the user
+  interface for spelling and grammar checkers. A user agent could
+  offer on-demand checking, could perform continuous checking while
+  the checking is enabled, or could use other interfaces.</p>
 
 
   <h3 id="dnd"><dfn>Drag and drop</dfn></h3>




More information about the Commit-Watchers mailing list