RFR: 8299756: Minor updates in CSS Reference

Ajit Ghaisas aghaisas at openjdk.org
Tue May 30 05:31:05 UTC 2023


On Fri, 26 May 2023 22:26:49 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Minor fixes and addition of missing sections:
> 
> - The 'system' font is missing from the list of generic font family names in the <font> section. ✓
> - Explicitly add text color property -fx-fill to Text section, so as not to confuse with Labeled -fx-text-fill ✓
> - TextFlow section is missing, properties: -fx-text-alignment, -fx-line-spacing, -fx-tab-size ✓
> - Text: missing -fx-line-spacing, -fx-bounds-type ✓
> - -fx-focus-traversable is in Node and not in Control (though there is some relevant comment) - keep as is. ✓
> - Node: broken link to 'Control' (sic, not Controls) in "... see Controls for details" ✓
> - Missing <text-bounds-type> type ✓

modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 1590:

> 1588:     <p>Logical bounds are important for laying out text relative to other
> 1589:        text and other components, particularly those which also contain text.
> 1590:        The bounds isn't specific to the text being rendered, and so will

isn't --> aren't

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

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


More information about the openjfx-dev mailing list