Skip to content

Commit

Permalink
Reference top-level traversable correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Dec 4, 2023
1 parent 8f64de8 commit b42b031
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions compatibility.bs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ spec:css-display-3; type:value; for:display; text:flex
spec:css-flexbox-1; type:value; text:inline-flex
spec:css-syntax-3; type:dfn; text:invalid
spec:filter-effects-1; type:property; text:filter
spec:html; type:dfn; for:/; text:top-level traversable
spec:infra; type:dfn; text:list
spec:infra; type:dfn; text:user agent
spec:svg2; type:dfn; text:fill
Expand Down Expand Up @@ -910,7 +909,7 @@ perform the following steps:
1. If |browsingContext|'s <var ignore>opener origin at creation</var> is null, then abort these steps.
1. Let |navigable| be |document|'s [=node navigable=].
1. If |navigable| is null, then abort these steps.
1. Let |topDocument| be |navigable|'s [=top-level traversable=]'s
1. Let |topDocument| be |navigable|'s [=navigable/top-level traversable=]'s
[=navigable/active document=].
1. Let |origin| be |topDocument|'s [=Document/origin=].
1. If |origin| is an [=opaque origin=] then abort these steps.
Expand Down Expand Up @@ -940,13 +939,13 @@ before Step 5, "Return null", which is the point that the [=document=] is loaded
To <dfn>detect a redirect heuristic</dfn> given a navigable |navigable|,
perform the following steps:

1. Let |topDocument| be |navigable|'s [=top-level traversable=]'s
1. Let |topDocument| be |navigable|'s [=navigable/top-level traversable=]'s
[=navigable/active document=].
1. Let |firstPartyOrigin| be |topDocument|'s [=Document/origin=].
1. If |firstPartyOrigin| is an [=opaque origin=] then abort these steps.
1. Let |firstPartySite| be the result of running [=obtain a site=] given |firstPartyOrigin|.
1. Let |firstPartyHost| be |firstPartySite|'s [=host=].
1. Let |bounceTrackingRecord| be |navigable|'s [=top-level traversable=]'s <var ignore>bounce tracking record</var>.
1. Let |bounceTrackingRecord| be |navigable|'s [=navigable/top-level traversable=]'s <var ignore>bounce tracking record</var>.
1. [=list/For each=] |bounceUrl| in |bounceTrackingRecord|'s <var ignore>bounce set</var>:
1. Let |bounceSite| be the result of running [=obtain a site=] given |bounceUrl|.
1. Let |bounceHost| be |bounceSite|'s [=host=].
Expand Down

0 comments on commit b42b031

Please sign in to comment.