@@ -225,7 +225,7 @@ spec: cssom-view-1; type: dfn;
225
225
as a percentage CSSUnitValue,
226
226
with 0% representing its startmost scroll position
227
227
(in the [=writing mode=] of the [=scroll container=] ).
228
- Null when the timeline is [=timeline inactive phase |inactive=] .
228
+ Null when the timeline is [=timeline inactive state |inactive=] .
229
229
</dl>
230
230
231
231
ISSUE: While 0% will usually represent the [=scroll container=] ’s initial scroll position,
@@ -262,8 +262,8 @@ spec: cssom-view-1; type: dfn;
262
262
If the {{ScrollTimeline/source}} of a {{ScrollTimeline}}
263
263
is an element whose [=principal box=] does not exist
264
264
or is not a [=scroll container=] ,
265
- then the {{ScrollTimeline}} is in the [=timeline inactive phase =] .
266
- It is otherwise in the [=timeline active phase |active=] phase .
265
+ then the {{ScrollTimeline}} is [=timeline inactive state|inactive =] .
266
+ It is otherwise in the [=timeline active state |active=] [=timeline state=] .
267
267
268
268
A {{ScrollTimeline}} ’s {{EffectTiming/duration}} is 100%.
269
269
@@ -378,14 +378,14 @@ spec: cssom-view-1; type: dfn;
378
378
of the [=view progress timeline=]
379
379
as a percentage {{CSSUnitValue}}
380
380
representing its [=scroll container=] ’s scroll progress at that position.
381
- Null when the timeline is [=timeline inactive phase |inactive=] .
381
+ Null when the timeline is [=timeline inactive state |inactive=] .
382
382
383
383
: <dfn>endTime</dfn>
384
384
:: Represents the ending (100%) scroll position
385
385
of the [=view progress timeline=]
386
386
as a percentage {{CSSUnitValue}}
387
387
representing its [=scroll container=] ’s scroll progress at that position.
388
- Null when the timeline is [=timeline inactive phase |inactive=] .
388
+ Null when the timeline is [=timeline inactive state |inactive=] .
389
389
</dl>
390
390
391
391
Note: The {{ViewTimeline/startTime}} and {{ViewTimeline/endTime}} attributes
@@ -411,7 +411,7 @@ spec: cssom-view-1; type: dfn;
411
411
of the [=view progress timeline=]
412
412
as a percentage {{CSSUnitValue}}
413
413
representing its [=scroll container=] ’s scroll progress at that position.
414
- Null when the timeline is [=timeline inactive phase |inactive=] .
414
+ Null when the timeline is [=timeline inactive state |inactive=] .
415
415
</dl>
416
416
417
417
<dl class="constructors">
@@ -430,11 +430,8 @@ spec: cssom-view-1; type: dfn;
430
430
431
431
If the {{ScrollTimeline/source}} or {{ViewTimeline/subject}} of a {{ViewTimeline}}
432
432
is an element whose [=principal box=] does not exist,
433
- then its {{AnimationTimeline/phase}} is the [=timeline inactive phase=] .
434
- The timeline is otherwise
435
- * in the [=timeline before phase|before=] phase when {{AnimationTimeline/currentTime}} < {{ViewTimeline/startTime}}
436
- * in the [=timeline active phase|active=] phase when {{ViewTimeline/startTime}} ≤ {{AnimationTimeline/currentTime}} ≤ {{ViewTimeline/endTime}}
437
- * in the [=timeline after phase|after=] phase when {{ViewTimeline/endTime}} < {{AnimationTimeline/currentTime}}
433
+ then the {{ViewTimeline}} is [=timeline inactive state|inactive=] .
434
+ It is otherwise in the [=timeline active state|active=] [=timeline state=] .
438
435
439
436
ISSUE: Figure out how to incorporate fit/inset abilities.
440
437
0 commit comments