RFR: 8341670: [Text, TextFlow] Public API for Text Layout Info [v25]
Michael Strauß
mstrauss at openjdk.org
Thu May 1 19:39:55 UTC 2025
On Thu, 1 May 2025 19:20:07 GMT, Andy Goryachev <angorya at 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
More information about the openjfx-dev
mailing list