这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
text: navigation params; url: navigation-params
text: snapshot source snapshot params; url: snapshotting-source-snapshot-params
text: the navigation must be a replace; url: the-navigation-must-be-a-replace
text: set the ongoing navigation; url: set-the-ongoing-navigation
for: navigation params
text: response; url: navigation-params-response
text: navigable; url: navigation-params-navigable
Expand Down Expand Up @@ -2188,6 +2189,14 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.
given |topLevelTraversable|.
</div>

<div algorithm=set-ongoing-navigation-patch>
Modify the [=set the ongoing navigation=] algorithm. Add a new step after step 2 that reads:

3. If <var ignore>newValue</var> is null, [=in parallel=], [=recalculate the untrusted network
status of all fenced frame descendants=] given the <var ignore>navigable</var>'s
[=navigable/top-level traversable=].
</div>

A user agent has an associated <dfn>network revocation nonce set</dfn>, which is a [=set=] of
[=partition nonces=], and a <dfn>network revocation exemption map</dfn>, which is a [=map=] whose
[=map/keys=] are [=partition nonces=] and [=map/values=] are [=sets=] of [=URLs=].
Expand Down