On Thu, 21 May 2026 19:57:56 GMT, Michael Strauß <[email protected]> wrote:
>> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html >> line 1035: >> >>> 1033: <tr> >>> 1034: <td class="value >>> nowrap">-fx-supports-conditional-feature</td> >>> 1035: <td class="value"> >> >> this cell looks way too busy. do you think it might be worth either >> extracting it into a dedicated table where each feature can be >> explained/described? > > I've tried arranging the constants in several different ways, including a > table-like vertical listing. However, that introduces huge amounts of > whitespace that doesn't help readability either. I'm not too excited about > adding descriptions to all of the constants; that information is only a click > away now that we're linking to the `Platform.isSupported(ConditionalFeature)` > method. I'd like to avoid duplicating normative specification (the CSS > reference is a normative specification, not merely an informational document). makes sense, especially since you've added the link. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2161#discussion_r3284330027
