Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85851,8 +85851,15 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
in this specification.</p>

<p class="note">Even if a document is not <span>fully active</span> and not shown to the user, it
can still have a <span>focused area of the document</span>. If a document's <span>fully
active</span> state changes, its <span>focused area of the document</span> will stay the same.</p>
can still have a <span>focused area of the document</span>.</p>

<p>A document's <span>focused area of the document</span> does not change as a side effect of
the document's <span>fully active</span> state changing. In particular, neither storing the
document in the <a href="#note-bfcache">back/forward cache</a> nor <span data-x="reactivate a
document">reactivating</span> it from the <a href="#note-bfcache">back/forward cache</a>
affects its <span>focused area of the document</span>, and as a result no <code
data-x="event-focus">focus</code> or <code data-x="event-blur">blur</code> events are fired
on account of those transitions.</p>

<div algorithm>
<p id="currently-focused-area-of-a-top-level-browsing-context">The <dfn>currently focused area of
Expand Down
Loading