Skip to content

Commit 0222af9

Browse files
committed
[css-values-5][editorial] fix bikeshed issues
1 parent 04c3840 commit 0222af9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css-values-5/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3185,10 +3185,10 @@ Simplification of <<random-key>></h4>
31853185
so it doesn't evaluate the ''random()'' at all;
31863186
it's left as-is until substitution.
31873187

3188-
The 'result' is also registered as a <<length>>.
3188+
The '@function/result' is also registered as a <<length>>.
31893189
Both the ''random(2px, 3px)'' (from '--local' substitution)
31903190
and ''random(3px, 4px)'' (written literally)
3191-
evaluate within 'result',
3191+
evaluate within '@function/result',
31923192
getting <<random-ua-ident>>s of ''ua---ex-result-1'' and ''ua---ex-result-2''.
31933193
</div>
31943194

@@ -3204,7 +3204,7 @@ Simplification of <<random-key>></h4>
32043204
}
32053205
</xmp>
32063206

3207-
Neither the '--arg' argument nor the 'result' are typed,
3207+
Neither the '--arg' argument nor the '@function/result' are typed,
32083208
so their values aren't evaluated within the function.
32093209
The function call substitutes itself with the value ''calc(random(1px, 2px) + random(2px, 3px))'',
32103210
which is then evaluated within 'width',
@@ -4903,6 +4903,7 @@ calc-catch-divide-by-0.html
49034903
calc-ch-ex-lang.html
49044904
calc-complex-sign-function-crash.html
49054905
calc-complex-unresolved-serialize.html
4906+
calc-dimension-serialization-order.html
49064907
calc-height-block-1.html
49074908
calc-height-table-1.html
49084909
calc-in-calc.html
@@ -4993,6 +4994,8 @@ clamp-integer-invalid.html
49934994
clamp-length-computed.html
49944995
clamp-length-invalid.html
49954996
clamp-length-serialize.html
4997+
clamp-none-whitespace.html
4998+
crashtests/calc-with-percent-and-number-in-line-height.html
49964999
crashtests/chrome-405422528-crash.html
49975000
crashtests/chrome-bug-492735384.html
49985001
crashtests/chrome-bug-493952652.html

0 commit comments

Comments
 (0)