diff --git a/scroll-animations-1/Overview.bs b/scroll-animations-1/Overview.bs index 5179d81c9eb8..1b81ea9fa5b7 100644 --- a/scroll-animations-1/Overview.bs +++ b/scroll-animations-1/Overview.bs @@ -824,8 +824,8 @@ spec:selectors-4; type:dfn; text:selector interface ViewTimeline : ScrollTimeline { constructor(optional ViewTimelineOptions options = {}); readonly attribute Element subject; - readonly attribute CSSNumericValue startOffset; - readonly attribute CSSNumericValue endOffset; + readonly attribute CSSNumericValue? startOffset; + readonly attribute CSSNumericValue? endOffset; };