We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e824e6 commit 2b8959aCopy full SHA for 2b8959a
css-properties-values-api/Overview.bs
@@ -327,9 +327,13 @@ The following syntax strings are supported:
327
to match CSS conventions.
328
329
: Any one of the preceding strings, followed by '+'
330
-:: A list of values of the type specified by the string
+:: A space-separated list of one or more repetitions of the type specified by the string.
331
: Any combination of the preceding, separated by '|'
332
:: Any value that matches one of the items in the combination, matched in specified order.
333
+
334
+ Note: That is, given the syntax string <code>"red | <color>"</code>,
335
+ matching the value ''red'' against it will parse as an identifier,
336
+ while matching the value ''blue'' will parse as a <<color>>.
337
: "*"
338
:: Any valid token stream
339
0 commit comments