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

Save the is="" value an element was created with #262

Merged
merged 2 commits into from Jun 3, 2016
Merged

Save the is="" value an element was created with #262

merged 2 commits into from Jun 3, 2016

Conversation

domenic
Copy link
Member

@domenic domenic commented Jun 1, 2016

Part of fixing whatwg/html#1298 and whatwg/html#1360.

domenic added a commit to whatwg/html that referenced this pull request Jun 1, 2016
This uses the new "is value" concept introduced to DOM in
whatwg/dom#262, which more correctly implements
the intention that changing the is attribute after element creation does
not impact the processing model, and thus fixes #1298. This allows us to
then fix #1360: custom element callback reactions for customized
built-in elements were not correctly looking up their definition.
@annevk annevk merged commit 754bb8d into master Jun 3, 2016
@annevk annevk deleted the save-is branch June 3, 2016 06:12
domenic added a commit to whatwg/html that referenced this pull request Jun 6, 2016
This uses the new "is value" concept introduced to DOM in
whatwg/dom#262, which more correctly implements
the intention that changing the is attribute after element creation does
not impact the processing model, and thus fixes #1298. This allows us to
then fix #1360: custom element callback reactions for customized
built-in elements were not correctly looking up their definition.
@domenic domenic added the topic: custom elements Relates to custom elements (as defined in DOM and HTML) label Aug 19, 2016
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