WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.34k stars 4.13k forks source link

Search inputs: avoid unnecessary mismatch between visible label and accessible name #65235

Open afercia opened 1 week ago

afercia commented 1 week ago

Description

Similar to https://github.com/WordPress/gutenberg/issues/65112

See the above issue for more context.

When possible, the visual labeling of controls should match the actual accessible name (provided for example by a visually hidden <label> element, or an aria-label or aria-labelledby attributes).

All the search inputs in the editor should be audited and any mismatch avoided.

As an example, the Search input in the Styles panel > Blocks is visually labeled via its placeholder attribute. This is already arguable, as placeholders should not be used as replacement for labels.

While the added context may help blind screen reader users, it doesn't help other users and may even be an accessibility barrier, for example for sighted screen reader users and speech recognition / voice control users.

Step-by-step reproduction instructions

Screenshots, screen recording, code snippet

Screenshot 2024-09-10 at 14 40 52

No response

Environment info

No response

Please confirm that you have searched existing issues in the repo.

Please confirm that you have tested with all plugins deactivated except Gutenberg.

afercia commented 1 day ago

There's plenty of cases of this kind of mismatch. For example, the main Inserter search input:

Screenshot revealing the visually hidden label:

Screenshot 2024-09-18 at 13 43 15

Same for the link control, etc.:

Screenshot 2024-09-18 at 13 53 18