Refactoring "determine navigation params policy container" and "determine the origin" #8739
Labels
clarification
Standard could be clearer
topic: navigation
topic: policy container
The policy container proposal
See #8447 (comment). This is best done after #8447 and after #8725 is fixed. Quoting from there:
Draft of the split algorithms
https://html.spec.whatwg.org/#beginning-navigation:determining-navigation-params-policy-container needs "determine a navigation params policy container for a response". It takes response, sandboxFlags, sourcePolicyContainer and does the following:
http://localhost:8080/#populating-a-session-history-entry:determining-navigation-params-policy-container needs "determine a navigation params policy container for a srcdoc document". It takes historyPolicyContainer, parentPolicyContainer, and responseOrigin and does the following:
http://localhost:8080/#populating-a-session-history-entry:determining-navigation-params-policy-container-2 needs "detremine a navigations params policy container from fetching". It takes responseURL, responseOrigin, responsePolicyContainer, initiatorPolicyContainer, and historyPolicyContainer and does the following:
The text was updated successfully, but these errors were encountered: