Skip to content

Commit e50676d

Browse files
top-browsing context
1 parent d140333 commit e50676d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ <h2>Sessions</h2>
22122212
browsing context</dfn>, which is set to the parent of the <a>current
22132213
browsing context</a> when changing browsing contexts, and an
22142214
associated <dfn>current top-level browsing context</dfn>, which is
2215-
set to the top-browsing context ancestor of the <a>current browsing
2215+
set to the <a>top-level browsing context of</a> the <a>current browsing
22162216
context</a>, when changing browsing contexts.</p>
22172217

22182218
<p>An <a>HTTP session</a> has an associated <dfn>session
@@ -8286,12 +8286,12 @@ <h3>Ticks</h3>
82868286
content observable effects that must be consistent across
82878287
implementations. To accommodate this, the specification requires
82888288
that <a>remote ends</a> <dfn>perform implementation-specific action
8289-
dispatch steps</dfn> on a <a>browsing context</a> <var>context</var>,
8290-
and a <var>list of events</var> and their properties. These steps
8291-
must be equivalent to performing the given input device manipulations
8292-
on the top-browsing context ancestor of the <var>context</var>, such
8293-
that trusted events corresponding to the entries in <var>list of events</var>
8294-
are dispatched.
8289+
dispatch steps</dfn> on a <a>top-level browsing context of</a>
8290+
<var>context</var>, and a <var>list of events</var> and their properties.
8291+
These steps must be equivalent to performing the given input device
8292+
manipulations on the <a>top-level browsing context of</a> the
8293+
<var>context</var>, such that trusted events corresponding to the entries in
8294+
<var>list of events</var> are dispatched.
82958295

82968296
<aside class=note>
82978297
<p>The list of events is not comprehensive; in particular the default
@@ -11743,6 +11743,7 @@ <h2>Index</h2>
1174311743
<!-- Simple dialogs --> <li><dfn data-lt="simple dialog"><a href=https://html.spec.whatwg.org/#simple-dialogs>Simple dialogs</a></dfn>
1174411744
<!-- Steps to fire beforeunload --> <li><dfn><a href=https://html.spec.whatwg.org/#steps-to-fire-beforeunload>Steps to fire beforeunload</a></dfn>
1174511745
<!-- Suffering from bad input --> <li><dfn><a href=https://html.spec.whatwg.org/#suffering-from-bad-input>Suffering from bad input</a></dfn>
11746+
<!-- Top-level browsing context of --> <li><dfn><a href=https://html.spec.whatwg.org/#bc-tlbc>Top-level browsing context of</a></dfn>
1174611747
<!-- Traverse the history by a delta --> <li><dfn><a href=https://html.spec.whatwg.org/#traverse-the-history-by-a-delta>Traverse the history by a delta</a></dfn>
1174711748
<!-- Unfocusing steps --><li><dfn><a href=https://html.spec.whatwg.org/#unfocusing-steps>unfocusing steps</a></dfn>
1174811749
<!-- User prompt --> <li><dfn data-lt="user prompts"><a href=https://html.spec.whatwg.org/#user-prompts>User prompt</a></dfn>

0 commit comments

Comments
 (0)