Skip to content

Commit 8673caa

Browse files
authored
[web-animations-2] Fix bikeshed indentation errors (#10326)
1 parent e2ab706 commit 8673caa

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

web-animations-2/Overview.bs

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ with:
919919
>
920920
> 1. If |has finite timeline| is true,
921921
> and the |animation|'s [=animation/current time=] is [=unresolved=]
922-
> * Set the |auto align start time| flag to true.
922+
> * Set the |auto align start time| flag to true.
923923

924924
Replace:
925925

@@ -980,8 +980,8 @@ Add the following sentence:
980980
<dl class=switch>
981981

982982
: If <em>any</em> of the following are true:
983-
* |animation| does not have an [=animation/associated effect=], or
984-
* |animation|'s [=animation/current time=] is an [=unresolved=] time value,
983+
* |animation| does not have an [=animation/associated effect=], or
984+
* |animation|'s [=animation/current time=] is an [=unresolved=] time value,
985985
::
986986
|animation|'s [=animation/progress=] is null.
987987
: If |animation|'s [=associated effect end=] is zero,
@@ -996,10 +996,10 @@ Add the following sentence:
996996
|animation|'s [=animation/progress=] is zero.
997997
: Otherwise,
998998
::
999-
<blockquote>
1000-
<code><a for="animation">progress</a> = min(max([=animation/current time=] / |animation|'s [=associated effect end=], 0), 1)
1001-
</code>
1002-
</blockquote>
999+
<blockquote>
1000+
<code><a for="animation">progress</a> = min(max([=animation/current time=] / |animation|'s [=associated effect end=], 0), 1)
1001+
</code>
1002+
</blockquote>
10031003

10041004
</dl>
10051005
</div>
@@ -3093,16 +3093,19 @@ partial interface KeyframeEffect {
30933093
:: Amend the procedure to create a new {{KeyframeEffect}} object with the
30943094
same properties as {{KeyframeEffect/KeyframeEffect(source)/source}} to include setting the
30953095
<a>iteration composite operation</a> from <var>source</var> on <var>effect</var>.
3096+
30963097
</div>
30973098

30983099
<div class="attributes">
3100+
30993101
: <dfn attribute for=KeyframeEffect>iterationComposite</dfn>
31003102
:: The <a>iteration composite operation</a> property of this
31013103
<a>keyframe effect</a> as specified by one of the
31023104
<a>IterationCompositeOperation</a> enumeration values.
31033105

31043106
On setting, sets the <a>iteration composite operation</a> property of this
31053107
<a>animation effect</a> to the provided value.
3108+
31063109
</div>
31073110

31083111
<h4 id="creating-a-new-keyframeeffect-object">Creating a new <code>KeyframeEffect</code> object</h4>
@@ -3280,6 +3283,7 @@ partial dictionary KeyframeAnimationOptions {
32803283
</pre>
32813284

32823285
<div class="members">
3286+
32833287
: <dfn dict-member for=KeyframeAnimationOptions>rangeStart</dfn>
32843288
:: If present and not "normal",
32853289
specifies the start of the <a>animation</a>’s [=animation attachment range=].
@@ -3298,6 +3302,7 @@ partial dictionary KeyframeAnimationOptions {
32983302
and {{TimelineRangeOffset/offset}};
32993303
a {{CSSNumericValue}} is interpreted as a {{TimelineRangeOffset}}
33003304
with that {{TimelineRangeOffset/offset}} and a null {{TimelineRangeOffset/rangeName}}.
3305+
33013306
</div>
33023307

33033308
Passing a {{CSSKeywordValue}} with a {{CSSKeywordValue/value}} other than "normal"

0 commit comments

Comments
 (0)