You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Custom elements lifecycle hooks invocation depend on
[CEReactions]
extended IDL attributes. TheCSSStyleDeclaration
interface has multiple occurrences of this extended attribute:cssText
setProperty
removeProperty
cssFloat
Adding support for such hooks would allow jsdom to invoke the
attributeChangedCallback
whenever thestyle
attribute changes.The text was updated successfully, but these errors were encountered: