Skip to content

Commit 4912a68

Browse files
committed
[css-transitions][css-animations] Fix some links now that anchors database has been updated
1 parent 9c4a3a1 commit 4912a68

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

css-animations/Overview.bs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ spec:cssom-1; type:interface; text:CSSRule
5353
spec:html; type:dfn; text:case-sensitive
5454
spec:css-backgrounds-3; type:property; text:background-image
5555
spec:css2; type:property; text:display
56-
spec:css-timing-1; type:value; for:cubic-bezier-timing-function; text:ease-in
57-
spec:css-timing-1; type:value; for:cubic-bezier-timing-function; text:ease-out
5856
</pre>
5957

6058
<!-- FIXME: This is only here until css-timing gets added to the biblio data -->
@@ -577,9 +575,9 @@ The 'animation-timing-function' property</h3>
577575
During the 'animation-delay', the 'animation-timing-function' is not applied.
578576

579577
Note: This definition is necessary because otherwise a <a spec=css-timing>step
580-
timing function</a> with a <em>step position</em> of <a value spec=css-timing
581-
for="steps()">start</a> would produce a backwards fill equal to the top of the
582-
first step in the function.
578+
timing function</a> with a <a spec=css-timing>step position</a> of <a value
579+
spec=css-timing for="steps()">start</a> would produce a backwards fill equal
580+
to the top of the first step in the function.
583581

584582
The <a spec=css-timing>output progress value</a> is used as the <var
585583
ignore>p</var> value when interpolating the property values between the

css-transitions/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ spec:css-color-3;
100100
text:blue
101101
text:transparent
102102
spec:css-values-3; type:type; text:<time>
103-
spec:css-timing-1; type:type; for:step-timing-function; text:<single-timing-function>
104-
spec:css-timing-1; type:type; for:<step-timing-function>; text:<single-timing-function>
105103
</pre>
106104
<!-- FIXME: These overrides aren't great for dev/TR switching -->
107105
<pre class="anchors">

0 commit comments

Comments
 (0)