- From: Steinar H. Gunderson via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Nov 2022 19:29:30 +0000
- To: public-css-archive@w3.org
CSSOM is a separate problem (one that we will need to fix, but probably warrants its own issue). I'm more thinking ```css div { .foo, textarea { … } } ``` Now the developer figures out they don't need .foo anymore, and removes it everywhere… without realizing that the remaining rule is now wrong and kills the entire rule. Or that if you just switch the ordering, the rule suddenly becomes illegal. -- GitHub Notification of comment by sesse Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7980#issuecomment-1304065080 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 November 2022 19:29:32 UTC