You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This generally sets out the infrastructure for a more secure model for working with browsing contexts, as outlined in #5020.
* Adds browsing context's container
* Adds browsing context's container document
* Makes "update the rendering" account for browsing contexts in shadow trees
* Removes nested through; closes#4409.
This is related to #1336.
In one case we use documents on both sides of "nested through". This is wrong as one side has to be a browsing context.
In one case we use "in a document" whereas it has to talk about connected.
I suspect we can remove this concept and use browsing context container's node document instead.
The text was updated successfully, but these errors were encountered: