-
Notifications
You must be signed in to change notification settings - Fork 40
Addresses Issue 367 #395
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
Addresses Issue 367 #395
Conversation
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.
"https://www.w3.org/TR/html5/browsers.html#nested-browsing-contexts">nested | ||
browsing context</a></dfn>, and <dfn><a href= | ||
"https://www.w3.org/TR/html51/browsers.html#list-of-the-descendant-browsing-contexts"> | ||
list of descendent browsing contexts</a></dfn>, and <dfn><a href= |
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.
s/descendent/descendant
(same typo to fix in the algorithm that references that notion)
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.
Done.
"creating a new browsing context">created</a> by the presented | ||
document, i.e. that have the <a>receiving browsing context</a> as | ||
their <a data-lt="ancestor browsing context">top-level | ||
ancestor</a>, MUST also have restrictions 2-4 above. All of these |
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.
Given the definition of top-level browsing context in HTML, I believe you can simply say "their top-level browsing context" here and drop the reference to "ancestor browsing context" (and drop it from the list of terms too).
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.
Done.
Addresses Issue #367: Well defined environment for nested contexts of the receiving browsing context?
This applies the restrictions placed on the receiving browsing context to child browsing contexts of that context. It also clarifies that
navigator.presentation.receiver
should benull
in those contexts.Please check my terminology :)