- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:26 -0500
- To: public-html-diffs@w3.org
hixie: clarify the focusablity of editing hosts (whatwg r5728) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4590&r2=1.4591&f=h http://html5.org/tools/web-apps-tracker?from=5727&to=5728 =================================================================== 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åkon Wium Lie, Hallvord Reiar Michaelsen Steen,
Received on Wednesday, 12 January 2011 02:44:30 UTC