Skip to content

Commit

Permalink
Address WebRTC spec patch feedback from previously-landed #197 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
VergeA authored Nov 11, 2024
1 parent a22434f commit a5ecf62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3932,8 +3932,8 @@ WebRTC, is disallowed in fenced frames.

1. Let |navigable| be [=this=]'s [=relevant global object=]'s [=Window/navigable=].

1. If |navigable|'s [=traversable navigable=] is a [=fenced navigable container/fenced
navigable=], throw a {{NotAllowedError}} {{DOMException}}.
1. If |navigable| is not null and |navigable|'s [=traversable navigable=] is a [=fenced navigable
container/fenced navigable=], [=exception/throw=] a {{NotAllowedError}} {{DOMException}}.
</div>

<h2 id=security-and-privacy>Security & Privacy Considerations</h2>
Expand Down

0 comments on commit a5ecf62

Please sign in to comment.