Skip to content

Commit 3c2b207

Browse files
authored
[web-animations-2] DL nesting issues in Bikeshed (#5954)
1 parent 092ea4b commit 3c2b207

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

web-animations-2/Overview.bs

+12-12
Original file line numberDiff line numberDiff line change
@@ -188,20 +188,20 @@ follows:
188188

189189
: If |previous play state| is 'paused':
190190

191-
:: If |previous current time| is resolved:
191+
:: If |previous current time| is resolved:
192192

193-
:: 1. Set the flag |reset current time on resume| to true.
194-
1. Set [=start time=] to unresolved.
195-
1. Set [=hold time=] to |previous current time|.
193+
1. Set the flag |reset current time on resume| to true.
194+
1. Set [=start time=] to unresolved.
195+
1. Set [=hold time=] to |previous current time|.
196196

197-
<p class="note">
198-
This step ensures that the [=current time=] is preserved
199-
even in the case of a pause-pending animation with a resolved [=start time=].
200-
<p>
197+
<p class="note">
198+
This step ensures that the [=current time=] is preserved
199+
even in the case of a pause-pending animation with a resolved [=start time=].
200+
<p>
201201

202-
:: Otherwise
202+
:: Otherwise
203203

204-
:: 1. Set [=start time=] to |seek time|.
204+
1. Set [=start time=] to |seek time|.
205205

206206
</div>
207207

@@ -467,7 +467,7 @@ as CSS Animations [[CSS-ANIMATIONS-1]].
467467
: If |animation|'s [=effective playback rate=] = 0 and |animation|'s
468468
[=current time=] is [=unresolved=],
469469

470-
:: Set <var>seek time</var> to zero.
470+
:: Set <var>seek time</var> to zero.
471471

472472
</div>
473473

@@ -2064,7 +2064,7 @@ partial dictionary OptionalEffectTiming {
20642064
> <a>animation effect</a> that may
20652065
> follow, for example, in a <a>sequence effect</a>.
20662066

2067-
</div>
2067+
</div>
20682068

20692069
: <dfn>duration</dfn>
20702070
:: Add:

0 commit comments

Comments
 (0)