- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Fri, 27 Sep 2024 21:52:21 +0000
- To: public-css-archive@w3.org
I think another argument for parse-time is that it's consistent with other restrictions on combinations of pseudo-elements. For example, this testcase is interoperably (Chrome, Firefox, Safari) red: ```html <!DOCTYPE html> <style> body { color: red } body, body::before::before { color: green } </style> Is this red or green? ``` -- GitHub Notification of comment by dbaron Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10786#issuecomment-2380137892 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 27 September 2024 21:52:22 UTC