Re: [csswg-drafts] Give authors the ability to style form validation messages (#7172)

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