RFR: 8299756: Minor updates in CSS Reference [v2]
Andy Goryachev
angorya at openjdk.org
Wed May 31 23:14:24 UTC 2023
On Wed, 31 May 2023 22:57:36 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comments
>
> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 3155:
>
>> 3153: <tr>
>> 3154: <th colspan="4" class="parents" scope="row">Also has <a href="#fontprops">font
>> 3155: properties</a> and all properties of <a href="#parent">Parent</a></th>
>
> Should this be "and all properties of `Pane`"? (or maybe `Region`, since `Pane` adds no properties of its own).
my mistake, should be Region.
However, perhaps we should say Pane even though it does not add any properties on its own, but it **may** in the future.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1144#discussion_r1212402158
More information about the openjfx-dev
mailing list