[csswg-drafts] [cssom-1] Define `CSSRule.cssText` with `readonly` (#8778)

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