File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments