Open
Description
We're not sure if this is the intended behavior: an input with label and placeholder that is marked as required and empty will never be styled as invalid because the invalid rule is restricted to :not(:placeholder-shown)
. We would argue that placeholders are intended to indicate what should be entered into a field and not that the field is optional.