jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
105 stars 70 forks source link

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

Open pmdartus opened 4 years ago

pmdartus commented 4 years ago

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

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

ExE-Boss commented 3 years ago

This will be possible once https://github.com/jsdom/cssstyle/pull/116 is implemented.