On Wed, 5 Jun 2024 21:47:21 GMT, Michael Strauß <mstra...@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