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

Add mechanism to handle [CEReactions] extended IDL attributes #113

Open
pmdartus opened this issue Feb 10, 2020 · 1 comment
Open

Add mechanism to handle [CEReactions] extended IDL attributes #113

pmdartus opened this issue Feb 10, 2020 · 1 comment

Comments

@pmdartus
Copy link
Member

Custom elements lifecycle hooks invocation depend on [CEReactions] extended IDL attributes. The CSSStyleDeclaration interface has multiple occurrences of this extended attribute:

  • cssText
  • setProperty
  • removeProperty
  • cssFloat
  • all the camel case, dashed case and webkit cases properties.

Adding support for such hooks would allow jsdom to invoke the attributeChangedCallback whenever the style attribute changes.

@ExE-Boss
Copy link

This will be possible once #116 is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants