Skip to content

Commit

Permalink
[e] (0) clarify the focusablity of editing hosts
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5728 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 31, 2010
1 parent 9b59305 commit c44ed44
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
15 changes: 9 additions & 6 deletions complete.html
Expand Up @@ -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 &mdash; 30 December 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -65884,6 +65884,8 @@ <h4 id=focus-management><span class=secno>8.3.2 </span>Focus management</h4>
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>
Expand Down Expand Up @@ -66364,11 +66366,11 @@ <h3 id=contenteditable><span class=secno>8.5 </span>The <code title=attr-content
<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.
Expand Down Expand Up @@ -93492,6 +93494,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Gregg Tavares,
Gregory J. Rosmaita,
Grey,
Guilherme Johansson Tramontina,
Gytis Jakutonis,
H&aring;kon Wium Lie,
Hallvord Reiar Michaelsen Steen,
Expand Down
15 changes: 9 additions & 6 deletions index
Expand Up @@ -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 &mdash; 30 December 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -65892,6 +65892,8 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
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>
Expand Down Expand Up @@ -66372,11 +66374,11 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {
<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.
Expand Down Expand Up @@ -89561,6 +89563,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Gregg Tavares,
Gregory J. Rosmaita,
Grey,
Guilherme Johansson Tramontina,
Gytis Jakutonis,
H&aring;kon Wium Lie,
Hallvord Reiar Michaelsen Steen,
Expand Down
14 changes: 8 additions & 6 deletions source
Expand Up @@ -75040,6 +75040,8 @@ interface <dfn>NavigatorAbilities</dfn> {
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
Expand Down Expand Up @@ -75604,12 +75606,11 @@ interface <dfn>NavigatorAbilities</dfn> {
<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.
Expand Down Expand Up @@ -107741,6 +107742,7 @@ interface <span>HTMLDocument</span> {
Gregg Tavares,
Gregory J. Rosmaita,
Grey,
Guilherme Johansson Tramontina,
Gytis Jakutonis,
H&aring;kon Wium Lie,
Hallvord Reiar Michaelsen Steen,
Expand Down

0 comments on commit c44ed44

Please sign in to comment.