RFR: 8299756: Minor updates in CSS Reference [v3]

Kevin Rushforth kcr at openjdk.org
Thu Jun 1 15:50:38 UTC 2023


On Thu, 1 Jun 2023 15:31:22 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 1700:
>> 
>>> 1698:           <td class="range"> </td>
>>> 1699:           <td>The default value for controls is true, although there are some exceptions.
>>> 1700:           See <a href="#control">Control</a> for details.</td>
>> 
>> As noted by @Maran23 , this change should be reverted and a new section header for "Controls" should be added.
>
> not here - here the link should point to Control.
> 
> @Maran23 is right - the heading H2 was originally missing from the Controls section (line 3245)

I think this link should point to the (currently missing) Controls header and not the Control class. The "details" on focusibility that this note refers to are in the package header for `javafx.scene.control`, which will be right after the Controls header once you add it.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1144#discussion_r1213348787


More information about the openjfx-dev mailing list