File tree 1 file changed +3
-27
lines changed
1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -122,30 +122,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/infrastructure.html; type: dfn
122
122
url: https://html.spec.whatwg.org/#document; type: interface; text: Document; spec: html
123
123
</pre>
124
124
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>
149
125
150
126
Introduction {#introduction}
151
127
============================
@@ -359,9 +335,9 @@ Introduction {#introduction}
359
335
</p>
360
336
<p>
361
337
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
365
341
value</a> is used as the <var> p</var> value when applying the <a
366
342
href="#animatable-types"> interpolation rules</a> for the value type.
367
343
</p>
You can’t perform that action at this time.
0 commit comments