On Mon, 10 May 2021 20:11:27 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
> I wonder if a more robust fix would be to associate these elements by nesting > rather than by id: > > ``` > <label> > <input> > </label> > ``` Yes, that would be an option. It would have prevented the current bug, but it's also a structural change that is not as easily made (might affect layout or, even though unlikely, script behaviour). ------------- PR: https://git.openjdk.java.net/jdk/pull/3949