Skip to content

Commit

Permalink
Fix typos in cssref.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 58a0e14 commit aaca1a7
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h3><a id="intronaming">Naming Conventions</a></h3>
lower case, with compound words separated by hyphens. The convention is
therefore to take JavaFX class names and form their corresponding CSS
style&#8209;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&#8209;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
Expand Down Expand Up @@ -1521,7 +1521,7 @@ <h4>Looked-up Colors <span class="grammar" style="font-size: smaller;">&lt;looke
<p>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
Expand Down Expand Up @@ -2520,7 +2520,7 @@ <h4><a id="region">Region</a></h4>
[ , [<a href="#typesize" class="typelink">&lt;size&gt;</a>]{1,4} [ / [<a href="#typesize" class="typelink">&lt;size&gt;</a>]{1,4} ]? ]*
<td class="default">0 0 0 0</td>
<td>
<p>The same syntax and semenatics as CSS Backgrounds and Borders Module Level 3: <a href="http://www.w3.org/TR/css3-background/#the-border-radius">Curve Radii</a>
<p>The same syntax and semantics as CSS Backgrounds and Borders Module Level 3: <a href="http://www.w3.org/TR/css3-background/#the-border-radius">Curve Radii</a>
applies to -fx-background-radius. Note that JavaFX supports only the short-hand syntax.</p>
<p>Each comma-separated value or set of values in the series applies to the corresponding background color.</p>
</td>
Expand Down Expand Up @@ -2894,7 +2894,7 @@ <h4><a id="region">Region</a></h4>
<td class="value"><a href="#typesize" class="typelink">&lt;size&gt;</a></td>
<td class="default">-1</td>
<td>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.</td>
</tr>
<tr>
Expand Down Expand Up @@ -4352,7 +4352,7 @@ <h4>Pseudo-classes</h4>
<td>applies if the <strong>indeterminate</strong> variable is false</td>
</tr>
<tr>
<th class="propertyname" scope="row">indetermindate</th>
<th class="propertyname" scope="row">indeterminate</th>
<td>applies if the <strong>indeterminate</strong> variable is true</td>
</tr>
<tr>
Expand Down Expand Up @@ -4419,7 +4419,7 @@ <h4>Pseudo-classes</h4>
<td>applies if the <strong>indeterminate</strong> variable is false</td>
</tr>
<tr>
<th class="propertyname" scope="row">indetermindate</th>
<th class="propertyname" scope="row">indeterminate</th>
<td>applies if the <strong>indeterminate</strong> variable is true</td>
</tr>
<tr>
Expand Down Expand Up @@ -5599,7 +5599,7 @@ <h4><a id="treecell">TreeCell</a></h4>
<th class="propertyname" scope="row">-fx-indent</th>
<td class="value"><a href="#typesize" class="typelink">&lt;size&gt;</a></td>
<td>10</td>
<td>The amout of space to multiply by the treeItem.level to get the
<td>The amount of space to multiply by the treeItem.level to get the
left margin</td>
</tr>
<tr>
Expand Down

0 comments on commit aaca1a7

Please sign in to comment.