Skip to content

Commit 615d8e2

Browse files
committed
[css-transitions-1] Update references to CSS timing spec
1 parent 34945fe commit 615d8e2

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

css-transitions-1/Overview.bs

+3-27
Original file line numberDiff line numberDiff line change
@@ -122,30 +122,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/infrastructure.html; type: dfn
122122
url: https://html.spec.whatwg.org/#document; type: interface; text: Document; spec: html
123123
</pre>
124124

125-
<!-- FIXME: This is only here until css-timing gets added to the biblio data -->
126-
<pre class=biblio>
127-
{
128-
"CSS-TIMING": {
129-
"title": "CSS Timing Functions Level 1",
130-
"authors": [
131-
"Brian Birtles",
132-
"Dean Jackson",
133-
"Matt Rakow",
134-
"Shane Stephens"
135-
],
136-
"date": "2017",
137-
"publisher": "W3C",
138-
"status": "ED",
139-
"href": "https://drafts.csswg.org/css-timing/",
140-
"deliveredBy": [
141-
{
142-
"shortname": "csswg",
143-
"url": "https://www.w3.org/Style/CSS/"
144-
}
145-
]
146-
}
147-
}
148-
</pre>
149125

150126
Introduction {#introduction}
151127
============================
@@ -359,9 +335,9 @@ Introduction {#introduction}
359335
</p>
360336
<p>
361337
Timing functions are defined in the separate CSS Timing Functions module
362-
[[!css-timing]].
363-
The <a spec=css-timing>input progress value</a> used is the percentage
364-
of the transition duration, and the <a spec=css-timing>output progress
338+
[[!css-timing-1]].
339+
The <a spec=css-timing-1>input progress value</a> used is the percentage
340+
of the transition duration, and the <a spec=css-timing-1>output progress
365341
value</a> is used as the <var>p</var> value when applying the <a
366342
href="#animatable-types">interpolation rules</a> for the value type.
367343
</p>

0 commit comments

Comments
 (0)