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. ------------- Commit messages: - Form control select should have a title Changes: https://git.openjdk.org/jdk/pull/26982/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26982&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8366278 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 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
