- From: Luke Warlow via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Mar 2025 20:46:49 +0000
- To: public-css-archive@w3.org
We should also define that this must be backed by a `button` element. If browsers were to implement this correctly as an element backed pseudo element (which is relatively trivial to do in Chromium right now), there would still be interop issues. WebKit and Chromium use an `<input type="button">` but Firefox uses a `<button>`. - `::before` and `::after` don't work on input buttons in any browser, but do on real buttons. - `::first-letter` doesn't work on input buttons in any browser, but does on real buttons. - `::first-line` doesn't work on input buttons in Firefox, but does on real buttons. -- GitHub Notification of comment by lukewarlow Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11928#issuecomment-2719088148 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 March 2025 20:46:50 UTC