Skip to content

Commit 8bb92cb

Browse files
cdoublevfantasai
authored andcommitted
[css-values-5][editorial] Oversights in 5ef76ec
1 parent 4c2a00e commit 8bb92cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,13 +2767,13 @@ Sharing (Or Not) Random Values: the <<random-cache-key>> value</h3>
27672767
If you want the values to be completely uncorrelated,
27682768
give them distinct names (''--foo'' vs ''--bar'')
27692769
or mix in additional information that will uniquify their [=random cache names=]
2770-
(specifying ''--foo property'', or omitting the <<random-cache-key>> argument entirely)
2770+
(specifying ''--foo property-scoped'', or omitting the <<random-cache-key>> argument entirely)
27712771
</div>
27722772

27732773
<details class=note id=auto-naming-details>
27742774
<summary>Details about how ''random()/auto'' works</summary>
27752775

2776-
The ''random()/auto'' value is identical to specifying ''--foo element property index'',
2776+
The ''random()/auto'' value is identical to specifying ''--foo element-scoped property-index-scoped'',
27772777
just with an unobservable name that you can't manually match with a <<dashed-ident>>.
27782778

27792779
<em>Usually</em>, this ensures that every instance of a [=random function=],

0 commit comments

Comments
 (0)