- From: Luke Warlow via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Mar 2025 00:25:30 +0000
- To: public-css-archive@w3.org
I guess ultimately appearance: auto is UA defined so it's kinda up to browsers to decide what to do. One issue with having it in only one mode is it would break feature detection such as the one I've previously used, leading to neither the UA button NOR my custom one. (From memory) ```css @supports selector(::-ms-reveal) { } ``` -- GitHub Notification of comment by lukewarlow Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11845#issuecomment-2712147442 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 11 March 2025 00:25:31 UTC