Skip to content

Commit e1fae89

Browse files
committed
[css-values] fix indentation
Avoid bikeshed error report: FATAL ERROR: Line 3251 isn't indented enough (needs 1 indent) to be valid Markdown: Fix reference to `<<calc-value>>`
1 parent bebe3a0 commit e1fae89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@ Syntax</h3>
28372837
on what their <<calc-sum>> arguments can contain.
28382838
Check the definitions of the individual functions for details.
28392839

2840-
UAs must support [=calculations=] of at least 20 <<calc-values>> terms.
2840+
UAs must support [=calculations=] of at least 20 <<calc-value>> terms.
28412841
If a [=calculation=] contains more than the supported number of terms,
28422842
it must be treated as if it were invalid.
28432843

@@ -3248,7 +3248,7 @@ Serialization</h3>
32483248
2. The percentage, if present
32493249
3. The dimensions, ordered by their units <a>ASCII case-insensitive</a> alphabetically
32503250
4. <a href="#comp-func">Comparison</a>, <a href="#trig-funcs">trigonometric</a>
3251-
and <a href="#exponent-funcs">exponential</a> functions,
3251+
and <a href="#exponent-funcs">exponential</a> functions,
32523252
in the order they appeared in the original expression.
32533253

32543254
2. Serialize all the terms,

0 commit comments

Comments
 (0)