We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd20151 commit 2eb1dd6Copy full SHA for 2eb1dd6
css-values-5/Overview.bs
@@ -2299,6 +2299,13 @@ Generating/Caching Random Values: the <<random-caching-options>> value</h3>
2299
when invoked on different documents
2300
(including refreshes of the same page).
2301
2302
+ This element-unique value must be obtained at [=computed value=] time,
2303
+ <em>before</em> inheritance,
2304
+ so that a random function which is unresolved by inheritance time
2305
+ (due to containing, for example, a layout-sensitive percentage)
2306
+ does not have a different behavior on children
2307
+ from one that resolves immediately.
2308
+
2309
<div class=example>
2310
For example, in the following stylesheet:
2311
0 commit comments