FocalPointPicker renders unlabelled input fields #13894
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
See #10925 (comment)
The FocalPointPicker component renders two input fields that are completely unlabelled:
The visible text is just plain text. There's no associated
<label>
element oraria-label
attribute to give these two controls a proper label. I'm going to create an issue.As this is not the first case unlabelled UI controls are merged in Gutenberg, I'd greatly appreciate some discussion to find a way to avoid this kind of oversights. Better code reviews or automated testing may help. Thank you.
The text was updated successfully, but these errors were encountered: