Skip to content

Commit 1d71bf7

Browse files
committed
[css-ui-4] Whoops, fix interest-delay shorthand to take one *or two* values. #9236
1 parent b78c97c commit 1d71bf7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-ui-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@ User Interest Delay: the 'interest-delay-*' properties</h3>
21102110

21112111
<pre class="propdef shorthand">
21122112
Name: interest-delay
2113-
Value: <<'interest-delay-start'>>
2113+
Value: <<'interest-delay-start'>>{1,2}
21142114
</pre>
21152115

21162116
Some [=host language=] features
@@ -2164,8 +2164,9 @@ User Interest Delay: the 'interest-delay-*' properties</h3>
21642164
</dl>
21652165

21662166
The 'interest-delay' shorthand
2167-
sets both 'interest-delay-start' and 'interest-delay-end'
2168-
to the same specified value.
2167+
sets 'interest-delay-start' to its first value,
2168+
and 'interest-delay-end' to its second value
2169+
(or to the first value, if only one value is passed).
21692170

21702171
Note: In the future, the syntax of these properties might be expanded
21712172
to allow for customizing the delay

0 commit comments

Comments
 (0)