Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make FencedFrameConfig IDL objects serializable #111

Merged
merged 6 commits into from
Aug 26, 2023
Prev Previous commit
remove reference to variable name
  • Loading branch information
blu25 committed Aug 24, 2023
commit 4cfb07d59f966238947e45b81e2be0a9130a5f27
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ The <dfn attribute for=HTMLFencedFrameElement>config</dfn> IDL attribute getter
1. [=Navigate=] |element|'s [=fenced navigable container/fenced navigable=] to |urn uuid| using
|element|'s [=Node/node document=], with [=historyHandling=] set to "<a for="history handling
behavior">`replace`</a>", [=referrerPolicy=] set to <a>"`no-referrer`"</a>, and
sharedStorageContext set to |shared storage context|.
|shared storage context|.

Note: See [[#navigation-changes]] for the <{fencedframe}>-specific changes to the ordinary
navigation flow.
Expand Down