Skip to content

Commit d803485

Browse files
committed
[css-scrollbars] Fix computed value of scrollbar properties
Fix w3c#3149.
1 parent 919fc8e commit d803485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scrollbars-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Name: scrollbar-color
7070
Value: auto | dark | light | <<color>>{2}
7171
Initial: auto
7272
Inherited: yes
73-
Computed value: two computed colors or the keyword auto
73+
Computed value: keyword or two computed colors
7474
Animation type: <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
7575
Applies to: boxes to which 'overflow' applies
7676
Percentages: n/a
@@ -158,7 +158,7 @@ Name: scrollbar-width
158158
Value: auto | thin | none | <<length>>
159159
Initial: auto
160160
Inherited: no
161-
Computed value: absolute length or the keyword auto.
161+
Computed value: keyword or absolute length
162162
Animation type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
163163
Applies to: boxes to which 'overflow' applies
164164
Percentages: n/a

0 commit comments

Comments
 (0)