Skip to content

Commit 69702af

Browse files
committed
[css-values-5] Clarify that random-ua-ident must never be omitted even if the SSP would normally allow it. #13337
1 parent 5ef76ec commit 69702af

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
@@ -2412,6 +2412,11 @@ Simplification</h4>
24122412
before any canonicalization/reordering might occur
24132413
that could shuffle the values around.
24142414

2415+
If the <<random-cache-key>> contains a <<random-ua-ident>>,
2416+
this must not be omitted in the serialization of the value,
2417+
even if this would normally be valid per the
2418+
[=serialize a CSS value|"shortest serialization principle"=].
2419+
24152420
<div class=example>
24162421
For example,
24172422
specifying ''margin: random(10px, 20px) random(10px, 20px)''

0 commit comments

Comments
 (0)