On Tue, 3 Jun 2025 14:34:11 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> Some `<br>` tags in cssref.html are written as `<br/>` or `</br>`. It should 
>> be `<br>`, since it is a void element.
>> 
>> A single reviewer is sufficient.
>
> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 
> 1682:
> 
>> 1680:     <h3><a id="typeeasingfunction">&lt;easing-function&gt;</a></h3>
>> 1681:     <p class="grammar">linear | &lt;cubic-bezier-easing-function&gt; | 
>> &lt;step-easing-function&gt; | &lt;fx-easing-function&gt;</p>
>> 1682:     <p><strong>Linear</strong> <span class="grammar" style="font-size: 
>> smaller;">linear</span><br>
> 
> why is Linear looks like plain `linear` but Cubic Bézier Easing Functions has 
> triangular brackets `<cubic-bezier-easing-function>`?

`linear` is a concrete value, whereas `<cubic-bezier-easing-function>` is 
defined later to be one of five possible concrete values.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1820#discussion_r2124095586

Reply via email to