Skip to content

Commit

Permalink
address comment from domfarolino
Browse files Browse the repository at this point in the history
  • Loading branch information
VergeA authored Nov 22, 2024
1 parent 14f254b commit 63350a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,8 @@ The <dfn attribute for=HTMLFencedFrameElement>config</dfn> IDL attribute getter
1. Let |instance| be [=this=]'s [=relevant global object=]'s [=Window/browsing context=]'s
[=browsing context/fenced frame config instance=].

1. If |instance| is not null:

1. If |instance|'s [=fenced frame config instance/has disabled untrusted network=] is true,
then return.
1. If |instance| is not null, then if |instance|'s [=fenced frame config instance/has disabled
untrusted network=] is true, then return.

1. Let |navigation url or urn| be the given {{FencedFrameConfig}}'s [=fencedframeconfig/url=] if
the given {{FencedFrameConfig}}'s [=fencedframeconfig/url=] is not null, and the given
Expand Down

0 comments on commit 63350a9

Please sign in to comment.