- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Dec 2022 17:02:00 +0000
- To: public-css-archive@w3.org
> Good point. I was suggesting we do this for all <forgiving-selector-list> / <forgiving-relative-selector-list> instances, including in :is() and :where(). This would be breaking for us. ```css .foo, :is(:invalid-in-older-browser, :invalid-in-other-browser, ...) { /* styles */ } ``` I mentioned this before : https://github.com/w3c/csswg-drafts/issues/7676#issuecomment-1250070779 The validity of the items in the list is not a constant. It depends on the browser version. -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7676#issuecomment-1341282191 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 7 December 2022 17:02:02 UTC