-
Notifications
You must be signed in to change notification settings - Fork 295
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 Document origin alias its policy container's origin. #1142
base: main
Are you sure you want to change the base?
Conversation
This change also depends on whatwg/dom#1142.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Policy Container" should be "policy container".
dom.bs
Outdated
<a for=Document>mode</a> to those of <var>node</var>. | ||
<a for=Document>URL</a>, <a for=Document>policy container</a>'s | ||
<a for="Policy Container">origin</a>, <a for=Document>type</a>, and <a for=Document>mode</a> | ||
to those of <var>node</var>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think now we're using nested data structures this seems less clear. Perhaps it's best to just write them all out explicitly?
set copy's x to node's x, ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to break these out, but since this won't build before the other PR lands its difficult for me to see if it looks reasonable or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking a long inline paragraph, but we can wait until the HTML PR is ready.
This change also depends on whatwg/dom#1142.
This change depends on the changes in whatwg/html#8447 which adds origin to policy container.
2e38722
to
27ee644
Compare
This change also depends on whatwg/dom#1142.
This change also depends on whatwg/dom#1142.
This change depends on the changes in whatwg/html#8447 which adds origin to policy container.
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff