RFR: 8366278: Form control element <select> has no associated label [v2]
Pasam Soujanya
duke at openjdk.org
Tue Sep 9 05:56:27 UTC 2025
> Associating a meaningful label with every UI control allows the browser and assistive technology to expose and announce the control to a user. Associating a visible label also provides a larger clickable area.
>
> `<select id="search-modules">` should contain a label or title to describe it's purpose.
Pasam Soujanya has updated the pull request incrementally with one additional commit since the last revision:
Form control select should have a aria-label
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26982/files
- new: https://git.openjdk.org/jdk/pull/26982/files/d5b93115..394c585c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26982&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26982&range=00-01
Stats: 4 lines in 2 files changed: 3 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/26982.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26982/head:pull/26982
PR: https://git.openjdk.org/jdk/pull/26982
More information about the javadoc-dev
mailing list