Skip to content

Commit

Permalink
Remove the concept of "primary control group"
Browse files Browse the repository at this point in the history
  • Loading branch information
Takayoshi Kochi committed Mar 15, 2018
1 parent f48e0b6 commit b641180
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73320,8 +73320,8 @@ END:VCARD</pre>
<tbody>
<tr>
<th><var>starting point</var> is a <span>browsing context</span>
<td>Let <var>candidate</var> be the first <span>suitable sequentially focusable area</span> in <var>starting point</var>'s <span>active document</span>'s <span>primary control group</span>, if any; or else null
<td>Let <var>candidate</var> be the last <span>suitable sequentially focusable area</span> in <var>starting point</var>'s <span>active document</span>'s <span>primary control group</span>, if any; or else null
<td>Let <var>candidate</var> be the first <span>suitable sequentially focusable area</span> in <var>starting point</var>'s <span>active document</span>'s <span>control group</span>, if any; or else null
<td>Let <var>candidate</var> be the last <span>suitable sequentially focusable area</span> in <var>starting point</var>'s <span>active document</span>'s <span>control group</span>, if any; or else null
<tr>
<th><var>selection mechanism</var> is <i>DOM</i>
<td>Let <var>candidate</var> be the first <span>suitable sequentially focusable area</span> in the <span>home control group</span> following <var>starting point</var>, if any; or else null
Expand All @@ -73337,8 +73337,6 @@ END:VCARD</pre>
anchor</span> is not <span>inert</span> and that is in its <span>control group</span>'s <span>sequential
focus navigation order</span>.</p>

<p>The <dfn>primary control group</dfn> of a <span>control group owner object</span> <var>X</var> is the <span>control group</span> of <var>X</var>.</p>

<p>The <dfn>home control group</dfn> is the <span>control group</span> to which <var>starting point</var> belongs.</p>

<p>The <dfn>home sequential focus navigation order</dfn> is the <span>sequential focus
Expand Down

0 comments on commit b641180

Please sign in to comment.