- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Apr 2023 13:24:32 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts: == [cssom-1] Define `CSSRule.cssText` with `readonly` == Since https://github.com/w3c/csswg-drafts/commit/9f8435ab9f8b2a6ab76e54d2cfd06bec4526ea5a. > ``` > interface CSSRule { > attribute CSSOMString cssText; > // ... > } > ``` > On setting the `cssText` attribute must do nothing. Would it be different / a problem if [`CSSRule.cssText`](https://w3c.github.io/csswg-drafts/cssom-1/#cssrule) were defined with `readonly`? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8778 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 28 April 2023 13:24:34 UTC