cssstyle icon indicating copy to clipboard operation
cssstyle copied to clipboard

Add mechanism to handle [CEReactions] extended IDL attributes

Open pmdartus opened this issue 5 years ago • 1 comments

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.

pmdartus avatar Feb 10 '20 07:02 pmdartus

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

ExE-Boss avatar Mar 28 '21 08:03 ExE-Boss