Skip to content

Commit d2b56db

Browse files
committed
[scroll-animations-1] Update the attributes of ViewTimeline startOffset and endOffset to be nullable (#13844)
1 parent afaf25f commit d2b56db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scroll-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ spec:selectors-4; type:dfn; text:selector
824824
interface ViewTimeline : ScrollTimeline {
825825
constructor(optional ViewTimelineOptions options = {});
826826
readonly attribute Element subject;
827-
readonly attribute CSSNumericValue startOffset;
828-
readonly attribute CSSNumericValue endOffset;
827+
readonly attribute CSSNumericValue? startOffset;
828+
readonly attribute CSSNumericValue? endOffset;
829829
};
830830
</pre>
831831

0 commit comments

Comments
 (0)