[html5] r5728 - [e] (0) clarify the focusablity of editing hosts

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 30 19:50:55 PST 2010


Author: ianh
Date: 2010-12-30 19:50:54 -0800 (Thu, 30 Dec 2010)
New Revision: 5728

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarify the focusablity of editing hosts

Modified: complete.html
===================================================================
--- complete.html	2010-12-30 06:00:51 UTC (rev 5727)
+++ complete.html	2010-12-31 03:50:54 UTC (rev 5728)
@@ -221,7 +221,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><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">Draft Standard — 30 December 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 31 December 2010</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>-->
@@ -65884,6 +65884,8 @@
    user to begin a drag operations for those elements without the use
    of a pointing device</li>
 
+   <li><a href=#editing-host title="editing host">Editing hosts</a></li>
+
   </ul><p>In addition, each shape that is generated for an
   <code><a href=#the-area-element>area</a></code> element should be <a href=#focusable>focusable</a>, unless
   platform conventions dictate otherwise. (A single <code><a href=#the-area-element>area</a></code>
@@ -66364,11 +66366,11 @@
   <p>If an element is <a href=#editable>editable</a> and its parent element is
   not, or if an element is <a href=#editable>editable</a> and it has no parent
   element, then the element is an <dfn id=editing-host>editing host</dfn>. Editable
-  elements can be nested. User agents must make editing hosts
-  focusable (which typically means they enter the <a href=#attr-tabindex title=attr-tabindex>tab order</a>). An editing host can contain
-  non-editable sections, these are handled as described below. An
-  editing host can contain non-editable sections that contain further
-  editing hosts.</p>
+  elements can be nested. Editing hosts are typically focusable and
+  typically form part of the <a href=#attr-tabindex title=attr-tabindex>tab
+  order</a>. An editing host can contain non-editable sections,
+  these are handled as described below. An editing host can contain
+  non-editable sections that contain further editing hosts.</p>
 
   <p>When an editing host has focus, it must have a <dfn id=caret-position>caret
   position</dfn> that specifies where the current editing position is.
@@ -93492,6 +93494,7 @@
   Gregg Tavares,
   Gregory J. Rosmaita,
   Grey,
+  Guilherme Johansson Tramontina,
   Gytis Jakutonis,
   Håkon Wium Lie,
   Hallvord Reiar Michaelsen Steen,

Modified: index
===================================================================
--- index	2010-12-30 06:00:51 UTC (rev 5727)
+++ index	2010-12-31 03:50:54 UTC (rev 5728)
@@ -225,7 +225,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 30 December 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 31 December 2010</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>-->
@@ -65892,6 +65892,8 @@
    user to begin a drag operations for those elements without the use
    of a pointing device</li>
 
+   <li><a href=#editing-host title="editing host">Editing hosts</a></li>
+
   </ul><p>In addition, each shape that is generated for an
   <code><a href=#the-area-element>area</a></code> element should be <a href=#focusable>focusable</a>, unless
   platform conventions dictate otherwise. (A single <code><a href=#the-area-element>area</a></code>
@@ -66372,11 +66374,11 @@
   <p>If an element is <a href=#editable>editable</a> and its parent element is
   not, or if an element is <a href=#editable>editable</a> and it has no parent
   element, then the element is an <dfn id=editing-host>editing host</dfn>. Editable
-  elements can be nested. User agents must make editing hosts
-  focusable (which typically means they enter the <a href=#attr-tabindex title=attr-tabindex>tab order</a>). An editing host can contain
-  non-editable sections, these are handled as described below. An
-  editing host can contain non-editable sections that contain further
-  editing hosts.</p>
+  elements can be nested. Editing hosts are typically focusable and
+  typically form part of the <a href=#attr-tabindex title=attr-tabindex>tab
+  order</a>. An editing host can contain non-editable sections,
+  these are handled as described below. An editing host can contain
+  non-editable sections that contain further editing hosts.</p>
 
   <p>When an editing host has focus, it must have a <dfn id=caret-position>caret
   position</dfn> that specifies where the current editing position is.
@@ -89561,6 +89563,7 @@
   Gregg Tavares,
   Gregory J. Rosmaita,
   Grey,
+  Guilherme Johansson Tramontina,
   Gytis Jakutonis,
   Håkon Wium Lie,
   Hallvord Reiar Michaelsen Steen,

Modified: source
===================================================================
--- source	2010-12-30 06:00:51 UTC (rev 5727)
+++ source	2010-12-31 03:50:54 UTC (rev 5728)
@@ -75040,6 +75040,8 @@
    user to begin a drag operations for those elements without the use
    of a pointing device</li>
 
+   <li><span title="editing host">Editing hosts</span></li>
+
   </ul>
 
   <p>In addition, each shape that is generated for an
@@ -75604,12 +75606,11 @@
   <p>If an element is <span>editable</span> and its parent element is
   not, or if an element is <span>editable</span> and it has no parent
   element, then the element is an <dfn>editing host</dfn>. Editable
-  elements can be nested. User agents must make editing hosts
-  focusable (which typically means they enter the <span
-  title="attr-tabindex">tab order</span>). An editing host can contain
-  non-editable sections, these are handled as described below. An
-  editing host can contain non-editable sections that contain further
-  editing hosts.</p>
+  elements can be nested. Editing hosts are typically focusable and
+  typically form part of the <span title="attr-tabindex">tab
+  order</span>. An editing host can contain non-editable sections,
+  these are handled as described below. An editing host can contain
+  non-editable sections that contain further editing hosts.</p>
 
   <p>When an editing host has focus, it must have a <dfn>caret
   position</dfn> that specifies where the current editing position is.
@@ -107741,6 +107742,7 @@
   Gregg Tavares,
   Gregory J. Rosmaita,
   Grey,
+  Guilherme Johansson Tramontina,
   Gytis Jakutonis,
   Håkon Wium Lie,
   Hallvord Reiar Michaelsen Steen,




More information about the Commit-Watchers mailing list