- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Jun 2008 21:18:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6217
Modified Files:
Overview.html
Log Message:
bring a bunch of user interaction stuff into one section (whatwg r1736)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.924
retrieving revision 1.925
diff -u -d -r1.924 -r1.925
--- Overview.html 9 Jun 2008 22:32:35 -0000 1.924
+++ Overview.html 10 Jun 2008 21:18:23 -0000 1.925
@@ -59,7 +59,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=w3c-working>W3C Working Draft
- <!--ZZZ 9 June 2008-->9 June 2008</h2>
+ <!--ZZZ 10 June 2008-->9 June 2008</h2>
<dl><!-- ZZZ: replace '20080609' with '[CDATA]' -->
@@ -199,7 +199,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
[...4556 lines suppressed...]
@@ -39773,8 +39758,8 @@
title=command-selectAll><code>selectAll</code></dfn>
<dd><strong>Action:</strong> The user agent must change the selection so
- that all the content in the currently focused <a href="#editing1">editing
- host</a> is selected. If no <a href="#editing1">editing host</a> is
+ that all the content in the currently focused <a href="#editing0">editing
+ host</a> is selected. If no <a href="#editing0">editing host</a> is
focused, then the content of the entire document must be selected.
<dd><strong>Enabled When:</strong> Always.
@@ -39858,7 +39843,7 @@
completely included in the current selection.
<dd><strong>Enabled When:</strong> The document has a selection that is
- entirely within an <a href="#editing1">editing host</a>.
+ entirely within an <a href="#editing0">editing host</a>.
<dd><strong>Indeterminate When:</strong> Never.
Received on Tuesday, 10 June 2008 21:19:01 UTC