cssstyle
cssstyle copied to clipboard
Add mechanism to handle [CEReactions] extended IDL attributes
Custom elements lifecycle hooks invocation depend on [CEReactions] extended IDL attributes. The CSSStyleDeclaration interface has multiple occurrences of this extended attribute:
cssTextsetPropertyremovePropertycssFloat- 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.
This will be possible once https://github.com/jsdom/cssstyle/pull/116 is implemented.