Skip to content

Commit

Permalink
also fix #2523 (and some)
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 19, 2019
1 parent b9a653c commit e9de3a0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73582,12 +73582,11 @@ END:VCARD</pre>
area of the document</dfn>. Which control is so designated changes over time, based on algorithms
in this specification.</p>

<p>The <dfn>currently focused area of a top-level browsing context</dfn> at any particular time is
the <span>focusable area</span> returned by this algorithm:</p>
<p>The <dfn>currently focused area of a top-level browsing context</dfn> <var>topLevelBC</var> at
any particular time is the <span>focusable area</span> returned by this algorithm:</p>

<ol>
<li><p>Let <var>candidate</var> be the <span>top-level browsing context</span>'s <span>active
document</span>.</p></li>
<li><p>Let <var>candidate</var> be <var>topLevelBC</var>'s <span>active document</span>.</p></li>

<li><p>If the designated <span>focused area of the document</span> is a <span>browsing context
container</span> with a non-null <span>nested browsing context</span>, then let
Expand Down Expand Up @@ -74406,8 +74405,8 @@ END:VCARD</pre>
<var>target</var>, are as follows:</p>

<ol>
<li><p>Let <var>candidate</var> be the <code>Document</code> of the <span>top-level browsing
context</span>.</p></li>
<li><p>Let <var>candidate</var> be <var>target</var>'s <span>top-level browsing context</span>'s
<span>active document</span>.</p></li>

<li>
<p>While true:</p>
Expand Down

0 comments on commit e9de3a0

Please sign in to comment.