RFR: 8361713: JavaFX API docs overview is missing an intro section [v2]

Andy Goryachev angorya at openjdk.org
Fri Jul 11 14:35:43 UTC 2025


On Fri, 11 Jul 2025 14:17:07 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> This PR adds an introductory section to the JavaFX API docs similar to that of the JDK docs.
>> 
>> Compare the [JavaFX 24 API docs](https://download.java.net/java/GA/javafx24/docs/api/index.html) with the [JDK 24 API docs](https://docs.oracle.com/en/java/javase/24/docs/api/index.html).
>
> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add missing </li> tag

overview.html line 9:

> 7:     The JavaFX API is composed of the following groups of modules:
> 8: 
> 9:     <ul>

minor: JDK uses `<blockquote>`, `<dt>`, and `<dd>` instead of `<ul>`.  should we do the same?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1842#discussion_r2200889891


More information about the openjfx-dev mailing list