Skip to content

Commit 11bd99c

Browse files
andruudAnders Hartvoll Ruud
andauthored
[scroll-animations-1] Remove default vaule for ScrollTimelineOptions.source (w3c#5460)
Co-authored-by: Anders Hartvoll Ruud <andruud@google.com>
1 parent cec815f commit 11bd99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ typedef (CSSNumericValue or CSSKeywordish) ContainerBasedOffset;
361361
typedef (ContainerBasedOffset or ElementBasedOffset) ScrollTimelineOffset;
362362

363363
dictionary ScrollTimelineOptions {
364-
Element? source = null;
364+
Element? source;
365365
ScrollDirection orientation = "block";
366366
ScrollTimelineOffset start = "auto";
367367
ScrollTimelineOffset end = "auto";

0 commit comments

Comments
 (0)