Skip to content

Commit 8f30c59

Browse files
authored
Merge pull request #3918 from ewilligers/indent
[css-values] fix indentation
2 parents 7af875d + e1fae89 commit 8f30c59

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
@@ -2890,7 +2890,7 @@ Syntax</h3>
28902890
on what their <<calc-sum>> arguments can contain.
28912891
Check the definitions of the individual functions for details.
28922892

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

@@ -3301,7 +3301,7 @@ Serialization</h3>
33013301
2. The percentage, if present
33023302
3. The dimensions, ordered by their units <a>ASCII case-insensitive</a> alphabetically
33033303
4. <a href="#comp-func">Comparison</a>, <a href="#trig-funcs">trigonometric</a>
3304-
and <a href="#exponent-funcs">exponential</a> functions,
3304+
and <a href="#exponent-funcs">exponential</a> functions,
33053305
in the order they appeared in the original expression.
33063306

33073307
2. Serialize all the terms,

0 commit comments

Comments
 (0)