Skip to content
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

Ground custom elements in agents #4204

Merged
merged 5 commits into from
Jan 16, 2019
Merged

Ground custom elements in agents #4204

merged 5 commits into from
Jan 16, 2019

Conversation

annevk
Copy link
Member

@annevk annevk commented Nov 26, 2018

The "unit of related similar-origin browsing contexts" concept is inaccurate.

Helps with #4198.


/custom-elements.html ( diff )
/parsing.html ( diff )

@domenic domenic added the do not merge yet Pull request must not be merged per rationale in comment label Nov 26, 2018
@domenic
Copy link
Member

domenic commented Nov 26, 2018

Pending ongoing disagreements in #4198 and whatwg/dom#717, so tagging "do not merge yet".

@annevk
Copy link
Member Author

annevk commented Jan 11, 2019

@domenic I think we reached agreement, can you take a look at the PR?

@domenic domenic removed the do not merge yet Pull request must not be merged per rationale in comment label Jan 14, 2019
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but as with the DOM PR would suggest introducing a shorthand.

source Show resolved Hide resolved
source Show resolved Hide resolved
annevk added a commit that referenced this pull request Jan 15, 2019
annevk added a commit that referenced this pull request Jan 15, 2019
The "unit of related similar-origin browsing contexts" concept is inaccurate.

Helps with #4198.
@annevk
Copy link
Member Author

annevk commented Jan 16, 2019

This could probably use another look over to be safe.

<li><p>Let <var>queue</var> be the result of popping the <span>current element queue</span>
from the <span>custom element reactions stack</span>. (This will be the same <span>element
<li><p>Let <var>queue</var> be the result of popping <var>document</var>'s <span>relevant
agent</span>'s <span>current element queue</span>. (This will be the same <span>element
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't pop the queue. You pop from the stack; the result is === the current queue (at least, the current queue before popping). I think just omit mention of the current queue from here, and use "popping from" like above.

@domenic domenic added the topic: custom elements Relates to custom elements (as defined in DOM and HTML) label Jan 16, 2019
@domenic domenic merged commit bb93fad into master Jan 16, 2019
@domenic domenic deleted the annevk/ce-agents branch January 16, 2019 16:19
mustaqahmed pushed a commit to mustaqahmed/html that referenced this pull request Feb 15, 2019
mustaqahmed pushed a commit to mustaqahmed/html that referenced this pull request Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: custom elements Relates to custom elements (as defined in DOM and HTML)
Development

Successfully merging this pull request may close these issues.

None yet

2 participants