diff --git a/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html b/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html index a67b053690b..22f060adb4c 100644 --- a/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html +++ b/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html @@ -248,6 +248,9 @@ .left40 { margin-left: 40px; } + .nowrap { + white-space: nowrap; + }
@@ -864,7 +867,7 @@If the colon and value is omitted, the media feature is evaluated in a boolean context.
This is a convenient shorthand for features that have a reasonable default value. A media feature that is
evaluated in a boolean context evaluates to true if it would be true for any value
@@ -942,6 +945,12 @@
| Viewport Characteristics | @@ -962,7 +971,7 @@corresponds to Scene.height |
||||
|---|---|---|---|---|---|
| aspect-ratio | +aspect-ratio | <number> | range | aspect ratio = width / height |
@@ -974,7 +983,7 @@ portrait if height >= width, landscape otherwise |
| display-mode | +display-mode | fullscreen | standalone | discrete | fullscreen if Stage.isFullScreen(), standalone otherwise |
@@ -986,35 +995,58 @@ Comments |
| prefers-color-scheme | +prefers-color-scheme | light | dark | discrete | ||
| prefers-reduced-data | +prefers-reduced-data | no-preference | reduce | discrete | no-preference evaluates as false |
|
| prefers-reduced-motion | +prefers-reduced-motion | no-preference | reduce | discrete | no-preference evaluates as false |
|
| prefers-reduced-transparency | +prefers-reduced-transparency | no-preference | reduce | discrete | no-preference evaluates as false |
|
| -fx-prefers-persistent-scrollbars | +-fx-prefers-persistent-scrollbars | no-preference | persistent | discrete | no-preference evaluates as false |
|
| Platform Features | +Value | +Type | +Comments | +||
| -fx-supports-conditional-feature | ++ graphics | controls | media | web | swt | swing | + fxml | scene3d | effect | shape-clip | + input-method | transparent-window | + unified-window | extended-window | + two-level-focus | virtual-keyboard | + input-touch | input-multitouch | + input-pointer | +discrete | +Evaluates to true if
+
+ Platform.isSupported(ConditionalFeature) returns true for the specified
+ conditional feature.+ This media feature cannot be evaluated in a boolean context. |
+