- From: Anne van Kesteren via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Jun 2023 07:20:13 +0000
- To: public-css-archive@w3.org
annevk has just created a new issue for https://github.com/w3c/csswg-drafts: == Universal selector is described incorrectly == https://drafts.csswg.org/selectors/#the-universal-selector says it's written like a CSS qualified name but that is wrong, as `*` is not a valid CSS qualified name. `\*` is, but is not the same as the universal selector. Gecko appears to do this correctly for both the prefix and local name. Chromium does it correctly for the local name. WebKit currently does treat `*` and `\*` as equivalent, but that feels wrong. There's no test coverage for this currently. This relates to #8909. (https://drafts.csswg.org/css-namespaces/ seems correct in how it describes this, though there might be room for improvement.) (I discovered this mismatch in https://bugs.webkit.org/show_bug.cgi?id=184604.) Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8911 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 3 June 2023 07:20:15 UTC