Skip to content

Commit 5144622

Browse files
committed
fix: correct scroll-timeline-axis initial value
The current spec says the initial value is 'block'.
1 parent 428c681 commit 5144622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8627,7 +8627,7 @@
86278627
"groups": [
86288628
"CSS Animations"
86298629
],
8630-
"initial": "none",
8630+
"initial": "block",
86318631
"appliesto": "scrollContainers",
86328632
"computed": "asSpecified",
86338633
"order": "perGrammar",

0 commit comments

Comments
 (0)