Skip to content

Commit 895acfc

Browse files
committed
[css-values-5][editorial] some spot fixes
1 parent caf7bcb commit 895acfc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-values-5/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,10 +2496,12 @@ Caching Random Values: the <<random-value-sharing>> value</h3>
24962496
* Each instance of a [=random function=] in styles
24972497
has an associated <dfn>random base value</dfn>.
24982498

2499-
If the [=random function's=] <<random-value-sharing>> is a <<number>>,
2499+
If the [=random function's=] <<random-value-sharing>> is ''fixed <<number>>'',
25002500
the [=random base value=] is that number.
25012501

2502-
Otherwise, the [=random base value=] is a pseudo-random real number between 0 and 1,
2502+
Otherwise, the [=random base value=] is a pseudo-random real number
2503+
in the range `[0, 1)`
2504+
(greater than or equal to 0 and less than 1),
25032505
generated from a uniform distribution,
25042506
and influenced by the function's [=random caching key=].
25052507

0 commit comments

Comments
 (0)