On Thu, 1 May 2025 19:20:07 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> More importantly, you need `</li`> tags after each item. As it is, I doubt 
>> it would pass "tidy".
>
> what's a "tidy" and is it a part of our build/validation?

The closing `</li>` tag is not required in HTML, and Javadoc doesn't seem to 
object. Is this a requirement of another tool? We're using `<li>` without a 
closing tag in many places in JavaFX.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1596#discussion_r2070707622

Reply via email to