Skip to content

Commit a9e3765

Browse files
committed
[css-easing-2][editorial] Markup typo, and shift some wpt blocks around.
1 parent 60eaef7 commit a9e3765

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

css-easing-2/Overview.bs

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,12 @@ Output</h4>
388388
6. Linearly interpolate (or extrapolate) |inputProgress|
389389
along the line defined by |A| and |B|,
390390
and return the result.
391+
392+
<wpt>
393+
linear-timing-functions-output.html
394+
</wpt>
391395
</div>
392396

393-
<wpt>
394-
linear-timing-functions-output.html
395-
</wpt>
396397

397398
<h4 id=linear-easing-function-examples>
398399
Examples</h4>
@@ -724,11 +725,12 @@ Output</h4>
724725
Return the y value
725726
corresponding to |inputProgress| as an x value
726727
for the line passing through |t1| and |t2|.
728+
729+
<wpt>
730+
cubic-bezier-timing-functions-output.html
731+
</wpt>
727732
</div>
728733

729-
<wpt>
730-
cubic-bezier-timing-functions-output.html
731-
</wpt>
732734

733735

734736
<!-- Big Text: steps
@@ -885,16 +887,17 @@ Instead, they serialize as "steps(1, start)" and "steps(1)", respectively.
885887
and append the result to |s|.
886888
Append ")" to |s|.
887889
Return |s|.
890+
891+
<wpt>
892+
timing-functions-syntax-computed.html
893+
</wpt>
888894
</div>
889895

890-
<wpt>
891-
timing-functions-syntax-computed.html
892-
</wpt>
893896

894897
<h4 id=step-easing-algo oldids=step-timing-function-algo>
895898
Output</h4>
896899

897-
<div class=algorithm>
900+
<div algorithm>
898901
To <dfn export>calculate step easing output progress</dfn>
899902
for a given [=step easing function=] |func|,
900903
an [=input progress value=] |inputProgress|,
@@ -924,11 +927,12 @@ Output</h4>
924927

925928
4. Return the associated value
926929
for the interval that |inputProgress| is in.
930+
931+
<wpt>
932+
step-timing-functions-output.html
933+
</wpt>
927934
</div>
928935

929-
<wpt>
930-
step-timing-functions-output.html
931-
</wpt>
932936

933937
<h2 class=no-num id=privacy>Privacy Considerations</h2>
934938

0 commit comments

Comments
 (0)