- From: Danny Engelman via GitHub <sysbot+gh@w3.org>
- Date: Mon, 03 Aug 2020 19:53:01 +0000
- To: public-houdini-archive@w3.org
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