RFR: JDK-8266808: Search label still uses old search field id

Pavel Rappo prappo at openjdk.java.net
Mon May 10 20:13:54 UTC 2021


On Mon, 10 May 2021 13:44:50 GMT, Hannes Wallnöfer <hannesw at openjdk.org> 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


More information about the javadoc-dev mailing list