Skip to content

Commit 555b12b

Browse files
committed
[css-properties-values-api] string -> ident
1 parent 6ee836f commit 555b12b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-properties-values-api/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The following syntax strings are supported:
218218
: "<custom-ident>"
219219
:: Any valid <<custom-ident>> value
220220
: Any string, the contents of which matches the <<ident>> production
221-
:: That string
221+
:: That identifier
222222
: Any one of the preceding strings, followed by '+'
223223
:: A list of values of the type specified by the string
224224
: Any combination of the preceding, separated by '|'
@@ -253,7 +253,7 @@ For example, the following are all valid syntax strings.
253253
accept, as well as calc expresssions containing a combination of both length
254254
and percentage values.
255255
: <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".
257257
: <code>"&lt;length>+"</code>
258258
:: accepts a list of length values.
259259

@@ -278,7 +278,7 @@ For &lt;length-percentage> values, the computed value is one of the following:
278278
* otherwise, the computed value is a calc expression containing an absolute
279279
length expressed in pixels, and a percentage value.
280280

281-
For &lt;custom-ident>, string, &lt;color>, &lt;image>, &lt;url>, &lt;integer>,
281+
For &lt;custom-ident>, ident, &lt;color>, &lt;image>, &lt;url>, &lt;integer>,
282282
&lt;angle>, &lt;time>, &lt;resolution>, &lt;transform-function> or "*" values, the
283283
computed value is identical to the specified value.
284284

0 commit comments

Comments
 (0)