RFR: 8311895: CSS Transitions [v22]

Kevin Rushforth kcr at openjdk.org
Wed Jun 5 22:05:54 UTC 2024


On Wed, 5 Jun 2024 21:47:21 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 704:
>> 
>>> 702:         <tr>
>>> 703:         <th class="propertyname" scope="row">transition‑property</th>
>>> 704:           <td class="value">[ none | all | <custom‑ident># ]</td>
>> 
>> Why is there a literal `#` after `<custom‑ident>` (and others below)? It shows up when viewing the doc.
>
> The `#` indicates that one or more of the preceding entity can appear in a comma-separated list.
> Contrast that with `*` (used in other places in cssref.html), which indicates that zero or more of the preceding entity can appear (but doesn't prescribe a comma-separated list).
> 
> See: https://www.w3.org/TR/css-values-4/#component-multipliers

Thanks. That makes sense then.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/870#discussion_r1628491779


More information about the openjfx-dev mailing list