Re: [css-houdini-drafts] [css-typed-om] el.attributeStyleMap.set('display', 'block') does not trigger attributeChangedCallback although style attribute changed. (#996)

Never seen the notation:

 `` static observedAttributes = ['style']``

shouldn't that be: 

````
static get observedAttributes() {
        return ["style"];
}
````




-- 
GitHub Notification of comment by Danny-Engelman
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/996#issuecomment-668211106 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 3 August 2020 19:53:02 UTC