Skip to content

Commit 97e0e03

Browse files
committed
[css-values-5] Clarify that the random functions should give distinct values on different documents.
1 parent 54e4de4 commit 97e0e03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-values-5/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,11 @@ Generating/Caching Random Values: the <<random-caching-options>> value</h4>
12941294
but uniqueness should be likely enough
12951295
that authors cannot depend on elements having the same values across documents.)
12961296

1297+
Additionally, the random generation method <em>should</em>
1298+
generate distinct values for the same operation
1299+
when invoked on different documents
1300+
(including refreshes of the same page).
1301+
12971302
<div class=example>
12981303
For example, in the following stylesheet:
12991304

0 commit comments

Comments
 (0)