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 d82793fd380..9c7c8a8db12 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 @@ -617,7 +617,7 @@

Naming Conventions

lower case, with compound words separated by hyphens. The convention is therefore to take JavaFX class names and form their corresponding CSS style‑class name by separating the compound words with hyphens and - convering the letters to all lower case. For example, the JavaFX + converting the letters to all lower case. For example, the JavaFX ToggleButton class would have a style‑class of "toggle-button". The convention for mapping JavaFX variable names to CSS property names is similar, with the addition of the "-fx-" prefix. For example, the @@ -1521,7 +1521,7 @@

Looked-up Colors <looke

With looked-up colors you can refer to any other color property that is set on the current node or any of its parents. This is a very powerful feature, as it allows a generic palette of colors to be specified on the - scene then used thoughout the application. If you want to change one of + scene then used throughout the application. If you want to change one of those palette colors you can do so at any level in the scene tree and it will affect that node and all its decendents. Looked-up colors are not looked up until they are applied, so they are live and react to any style @@ -2520,7 +2520,7 @@

Region

[ , [<size>]{1,4} [ / [<size>]{1,4} ]? ]* 0 0 0 0 -

The same syntax and semenatics as CSS Backgrounds and Borders Module Level 3: Curve Radii +

The same syntax and semantics as CSS Backgrounds and Borders Module Level 3: Curve Radii applies to -fx-background-radius. Note that JavaFX supports only the short-hand syntax.

Each comma-separated value or set of values in the series applies to the corresponding background color.

@@ -2894,7 +2894,7 @@

Region

<size> -1 Percentage values are not useful since the actual value would be - computed from the width and/or height of the Regions's parent before + computed from the width and/or height of the Region's parent before the parent is laid out. @@ -4352,7 +4352,7 @@

Pseudo-classes

applies if the indeterminate variable is false - indetermindate + indeterminate applies if the indeterminate variable is true @@ -4419,7 +4419,7 @@

Pseudo-classes

applies if the indeterminate variable is false - indetermindate + indeterminate applies if the indeterminate variable is true @@ -5599,7 +5599,7 @@

TreeCell

-fx-indent <size> 10 - The amout of space to multiply by the treeItem.level to get the + The amount of space to multiply by the treeItem.level to get the left margin