Skip to content

Commit d8b3d45

Browse files
authored
[scroll-animations] allow explicitly setting null as a source when constructing a ScrollTimeline (w3c#11357)
It should be possible to explicitly set a `null` source when constructing a `ScrollTimeline`. This addresses w3c#11340.
1 parent 62c7e06 commit d8b3d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ spec:selectors-4; type:dfn; text:selector
311311
1. Set the {{ScrollTimeline/source}} of |timeline| to:
312312

313313
<dl class="switch">
314-
: If the `source` member of |options| is present and not null,
314+
: If the `source` member of |options| is present,
315315
:: The `source` member of |options|.
316316

317317
: Otherwise,

0 commit comments

Comments
 (0)