Skip to content

Commit 71b911a

Browse files
committed
[scroll-animations-1] rename scroll-time-range to time-range
1 parent 74ed272 commit 71b911a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scroll-animations-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -810,13 +810,13 @@ instead of document's scrolling Element
810810

811811

812812
<pre class='descdef'>
813-
Name: scroll-time-range
813+
Name: time-range
814814
For: @scroll-timeline
815815
Value: auto | <<time>>
816816
Initial: auto
817817
</pre>
818818

819-
'scroll-time-range' descriptor determines the scroll timeline's {{timeRange}}.
819+
'time-range' descriptor determines the scroll timeline's {{timeRange}}.
820820

821821
</div> <!-- link-for-hint="ScrollTimeline" -->
822822

@@ -830,7 +830,7 @@ interface CSSScrollTimelineRule : CSSRule {
830830
readonly attribute CSSOMString orientation;
831831
readonly attribute CSSOMString start;
832832
readonly attribute CSSOMString end;
833-
readonly attribute CSSOMString scrollTimeRange;
833+
readonly attribute CSSOMString timeRange;
834834
};
835835
</pre>
836836

@@ -860,9 +860,9 @@ interface CSSScrollTimelineRule : CSSRule {
860860
The 'end' descriptor associated with the ''@scroll-timeline'', or "auto" if not specified.
861861
</dd>
862862

863-
<dt><dfn>scrollTimeRange</dfn></dt>
863+
<dt><dfn>timeRange</dfn></dt>
864864
<dd>
865-
The 'scroll-time-range' descriptor associated with the ''@scroll-timeline'', or "auto" if not specified.
865+
The 'time-range' descriptor associated with the ''@scroll-timeline'', or "auto" if not specified.
866866
</dd>
867867
</dl>
868868

0 commit comments

Comments
 (0)