@@ -218,7 +218,7 @@ The following syntax strings are supported:
218
218
: "<custom-ident>"
219
219
:: Any valid <<custom-ident>> value
220
220
: Any string, the contents of which matches the <<ident>> production
221
- :: That string
221
+ :: That identifier
222
222
: Any one of the preceding strings, followed by '+'
223
223
:: A list of values of the type specified by the string
224
224
: Any combination of the preceding, separated by '|'
@@ -253,7 +253,7 @@ For example, the following are all valid syntax strings.
253
253
accept, as well as calc expresssions containing a combination of both length
254
254
and percentage values.
255
255
: <code> "big | bigger | BIGGER"</code>
256
- :: accepts the string "big", or the string "bigger", or the string "BIGGER".
256
+ :: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".
257
257
: <code> "<length>+"</code>
258
258
:: accepts a list of length values.
259
259
@@ -278,7 +278,7 @@ For <length-percentage> values, the computed value is one of the following:
278
278
* otherwise, the computed value is a calc expression containing an absolute
279
279
length expressed in pixels, and a percentage value.
280
280
281
- For <custom-ident>, string , <color>, <image>, <url>, <integer>,
281
+ For <custom-ident>, ident , <color>, <image>, <url>, <integer>,
282
282
<angle>, <time>, <resolution>, <transform-function> or "*" values, the
283
283
computed value is identical to the specified value.
284
284
0 commit comments