RFR: 8366278: Form control element <select> has no associated label [v3]

Pasam Soujanya duke at openjdk.org
Thu Sep 11 10:09:15 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 element should have a aria-label

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/26982/files
  - new: https://git.openjdk.org/jdk/pull/26982/files/394c585c..a6317a03

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26982&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26982&range=01-02

  Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 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