Is :user-error supported?
by David Storey
HTML
<p>Outline of the input below should only be green after interacting with it and thevalue being outside the range 18–99.</p>
<input type="number" min="18" max="99" value="0"/>
CSS
:user-error {
outline: 2px solid green;
}