- From: Joey Arhar via GitHub <noreply@w3.org>
- Date: Thu, 10 Jul 2025 15:00:24 +0000
- To: public-css-archive@w3.org
Another potential solution instead of adding a new pseudo-element would be a way to provide your own error popover, perhaps with some sort of idref to the form element: ```html <div popover id=errorpopover> error message here </div> <input required validationmessage=errorpopover> ``` -- GitHub Notification of comment by josepharhar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7172#issuecomment-3057831135 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 July 2025 15:00:24 UTC