On Mon, 10 May 2021 13:44:50 GMT, Hannes Wallnöfer <[email protected]> wrote:
> Trivial change to fix value of `for` attribute in javadoc search label.
I wonder if a more robust fix would be to associate these elements by nesting
rather than by id:
<label>
<input>
</label>
-------------
PR: https://git.openjdk.java.net/jdk/pull/3949
