Skip to content

Commit

Permalink
don't pull relevant settings objects out of nowhere
Browse files Browse the repository at this point in the history
  • Loading branch information
blu25 committed Apr 30, 2024
1 parent a05eced commit c899272
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.

1. If |event| is a {{DOMString}}:

1. If the [=relevant settings object=]'s [=environment settings object/origin=] and
1. If [=this=]'s [=relevant settings object=]'s [=environment settings object/origin=] and
|instance|'s [=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same
origin=], then return.

Expand All @@ -1562,7 +1562,7 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.

1. If all of the following conditions are true:

* the [=relevant settings object=]'s [=environment settings object/origin=] and
* [=this=]'s [=relevant settings object=]'s [=environment settings object/origin=] and
|instance|'s [=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same
origin=];
* either |event|'s {{FenceEvent/crossOriginExposed}} is false or |instance|'s
Expand Down Expand Up @@ -1652,9 +1652,9 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.

1. If |instance| is null, then return.

1. If the [=relevant settings object=]'s [=environment settings object/origin=] and |instance|'s
[=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same origin=], then
return.
1. If [=this=]'s [=relevant settings object=]'s [=environment settings object/origin=] and
|instance|'s [=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same
origin=], then return.

1. If |instance|'s [=fenced frame config instance/fenced frame reporter=] is null, then return.

Expand Down Expand Up @@ -1688,9 +1688,9 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.

1. If |instance| is null, then return.

1. If the [=relevant settings object=]'s [=environment settings object/origin=] and |instance|'s
[=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same origin=], then
return.
1. If [=this=]'s [=relevant settings object=]'s [=environment settings object/origin=] and
|instance|'s [=fenced frame config instance/mapped url=]'s [=url/origin=] are not [=same
origin=], then return.

1. If |instance|'s [=fenced frame config instance/nested configs=] is null, then return.

Expand Down

0 comments on commit c899272

Please sign in to comment.