html5/spec Overview.html,1.4590,1.4591

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2931

Modified Files:
	Overview.html 
Log Message:
clarify the focusablity of editing hosts (whatwg r5728)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4590
retrieving revision 1.4591
diff -u -d -r1.4590 -r1.4591
--- Overview.html	30 Dec 2010 06:00:58 -0000	1.4590
+++ Overview.html	31 Dec 2010 03:51:00 -0000	1.4591
@@ -49500,6 +49500,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>
@@ -49923,11 +49925,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.
@@ -71187,6 +71189,7 @@
   Gregg Tavares,
   Gregory J. Rosmaita,
   Grey,
+  Guilherme Johansson Tramontina,
   Gytis Jakutonis,
   H&aring;kon Wium Lie,
   Hallvord Reiar Michaelsen Steen,

Received on Friday, 31 December 2010 03:51:06 UTC