[html5] r1133 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Nov 8 14:57:16 PST 2007


Author: ianh
Date: 2007-11-08 14:57:15 -0800 (Thu, 08 Nov 2007)
New Revision: 1133

Modified:
   index
   source
Log:
[e] (0) 'may' makes no sense in this context.

Modified: index
===================================================================
--- index	2007-11-07 15:16:07 UTC (rev 1132)
+++ index	2007-11-08 22:57:15 UTC (rev 1133)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 7 November 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 8 November 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -34458,8 +34458,8 @@
   <h3 id=selection><span class=secno>5.6. </span>The text selection APIs</h3>
 
   <p>Every <a href="#browsing0">browsing context</a> has <dfn id=a-selection
-   title="the selection">a selection</dfn>. The selection may be empty, and
-   the selection may have more than one range (a disjointed selection). The
+   title="the selection">a selection</dfn>. The selection can be empty, and
+   the selection can have more than one range (a disjointed selection). The
    user should be able to change the selection. User agents are not required
    to let the user select more than one range, and may collapse multiple
    ranges in the selection to a single range when the user interacts with the

Modified: source
===================================================================
--- source	2007-11-07 15:16:07 UTC (rev 1132)
+++ source	2007-11-08 22:57:15 UTC (rev 1133)
@@ -31833,8 +31833,8 @@
   <h3 id="selection">The text selection APIs</h3>
 
   <p>Every <span>browsing context</span> has <dfn title="the
-  selection">a selection</dfn>. The selection may be empty, and the
-  selection may have more than one range (a disjointed selection). The
+  selection">a selection</dfn>. The selection can be empty, and the
+  selection can have more than one range (a disjointed selection). The
   user should be able to change the selection. User agents are not
   required to let the user select more than one range, and may
   collapse multiple ranges in the selection to a single range when the




More information about the Commit-Watchers mailing list