Skip to content

Commit

Permalink
Unbreak the build
Browse files Browse the repository at this point in the history
  • Loading branch information
VergeA authored Nov 22, 2024
1 parent a48e6f2 commit ef943e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
text: fire a click event; url: fire-a-click-event
urlPrefix: urls-and-fetching.html
text: about:srcdoc; url: about:srcdoc
urlPrefix: document-lifestyle.html
spec: fetch; urlPrefix: https://fetch.spec.whatwg.org/
type: dfn
text: queue a cross-origin embedder policy CORP violation report; url: queue-a-cross-origin-embedder-policy-corp-violation-report
Expand Down Expand Up @@ -4024,12 +4023,13 @@ Add the following algorithm:
boolean |credentialless| and [=fenced frame config instance/partition nonce=]-or-null
|newFencedFrameNonce|:

1. If |credentialless| is true, return the associated browsing context's [=page credentialless
nonce=].
1. If |credentialless| is true, return the associated [=browsing context=]'s [=top-level
browsing context=]'s [=page credentialless nonce=].

1. If |newFencedFrameNonce| is not null, return |newFencedFrameNonce|.

1. Let |instance| be |this|'s [=browsing context/fenced frame config instance=].
1. Let |instance| be the associated [=browsing context=]'s [=browsing context/fenced frame
config instance=].

1. Return |instance|'s [=fenced frame config instance/partition nonce=] if |instance| is not
null, and return null otherwise.
Expand Down

0 comments on commit ef943e0

Please sign in to comment.