WICG / fenced-frame

Proposal for a strong boundary between a page and its embedded content
https://wicg.github.io/fenced-frame/
Other
123 stars 31 forks source link

Assign config instance during navigation #92

Closed domfarolino closed 1 year ago

domfarolino commented 1 year ago

This depends on [=browsing context/fenced frame config instance=] (instead of the current spec's [=navigable/fenced frame config instance=]), as introduced in https://github.com/WICG/fenced-frame/pull/90. Even though this PR only references that term editorially, until that PR is merged this build will fail.

This PR does not yet assign the browsing context's fenced frame config instance. A subsequent PR will do this in the document creation algorithm by pulling the config instance off of the navigation params, whose member is introduced by this PR, and placing it on the browsing context that loads inside the fenced frame.


Preview | Diff