Skip to content

Commit 6fd40ed

Browse files
andruudtabatkins
authored andcommitted
[css-properties-values-api] Clarify list type in Example 3. (#781)
We have multiple list types now, so let's be unambiguous.
1 parent 359b52c commit 6fd40ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ of the {{PropertyDescriptor}} dictionary.
383383
: <code>"big | bigger | BIGGER"</code>
384384
:: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".
385385
: <code>"&lt;length>+"</code>
386-
:: accepts a list of length values.
386+
:: accepts a space-separated list of length values.
387387
</div>
388388

389389
Calculation of Computed Values {#calculation-of-computed-values}

0 commit comments

Comments
 (0)