|
3 | 3 | <html lang=en> |
4 | 4 | <head> |
5 | 5 | <title>CSS Animations</title> |
6 | | - <script src='http://test.csswg.org/harness/annotate.js#css-animations-1_dev' type='text/javascript' defer></script> |
7 | 6 | <!-- |
8 | 7 | <link href="http://purl.org/dc/terms/" rel="schema.dcterms"> |
9 | 8 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="dcterms.rights"> |
10 | 9 | --> |
11 | 10 |
|
12 | 11 | <meta content="CSS Animations" name=dcterms.title> |
13 | 12 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-05-06 name=dcterms.date> |
| 13 | + <meta content=2013-09-10 name=dcterms.date> |
15 | 14 | <meta content="L. David Baron" name=dcterms.creator> |
16 | 15 | <meta content=W3C name=dcterms.publisher> |
17 | 16 | <meta content="http://dev.w3.org/csswg/css3-animations/" |
18 | 17 | name=dcterms.identifier> |
| 18 | + <script defer=defer |
| 19 | + src="http://test.csswg.org/harness/annotate.js#css-animations-1_dev" |
| 20 | + type="text/javascript"></script> |
19 | 21 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
20 | 22 | <link href="../default.css" rel=stylesheet type="text/css"> |
21 | 23 | <style type="text/css"> |
|
31 | 33 |
|
32 | 34 | <h1>CSS Animations</h1> |
33 | 35 |
|
34 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2013</h2> |
| 36 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 September |
| 37 | + 2013</h2> |
35 | 38 |
|
36 | 39 | <dl> |
37 | 40 | <dt>This version: |
@@ -96,7 +99,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2013</h2> |
96 | 99 | rel=discussion>archives</a>) |
97 | 100 |
|
98 | 101 | <dt>Test suite: |
99 | | - <dd><a href="http://test.csswg.org/suites/css-animations-1/nightly-unstable/">http://test.csswg.org/suites/css-animations-1/nightly-unstable/</a> |
| 102 | + |
| 103 | + <dd><a |
| 104 | + href="http://test.csswg.org/suites/css-animations-1/nightly-unstable/">http://test.csswg.org/suites/css-animations-1/nightly-unstable/</a> |
100 | 105 | </dl> |
101 | 106 | <!--begin-copyright--> |
102 | 107 | <p class=copyright><a |
@@ -337,11 +342,13 @@ <h2 id=values><span class=secno>2. </span> Values</h2> |
337 | 342 |
|
338 | 343 | <h2 id=animations><span class=secno>3. </span> Animations</h2> |
339 | 344 |
|
340 | | - <p> CSS Animations affect computed property values. During the execution of |
341 | | - an animation, the computed value for a property is controlled by the |
342 | | - animation. This overrides the value specified in the normal styling |
343 | | - system. Animations override all normal rules, but are overriden by |
344 | | - !important rules. |
| 345 | + <p> CSS Animations affect computed property values. This effect happens by |
| 346 | + adding a specified value to the CSS cascade (<a href="#CSS3CASCADE" |
| 347 | + rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>) (at the level for |
| 348 | + CSS Animations) that will produce the correct computed value for the |
| 349 | + current state of the animation. As defined in <a href="#CSS3CASCADE" |
| 350 | + rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>, animations |
| 351 | + override all normal rules, but are overriden by !important rules. |
345 | 352 |
|
346 | 353 | <p> If at one point in time there are multiple animations specifying |
347 | 354 | behavior for the same property, the animation whose name occurs last in |
@@ -1821,13 +1828,23 @@ <h3 class=no-num id=other-references>Other references</h3> |
1821 | 1828 | <dd style="display: none"><!-- keeps the doc valid if the DL is empty --> |
1822 | 1829 | <!----> |
1823 | 1830 |
|
| 1831 | + <dt id=CSS3CASCADE>[CSS3CASCADE] |
| 1832 | + |
| 1833 | + <dd>Håkon Wium Lie; Elika J. Etemad; Tab Atkins Jr. <a |
| 1834 | + href="http://www.w3.org/TR/2013/WD-css3-cascade-20130103/"><cite>CSS |
| 1835 | + Cascading and Inheritance Level 3.</cite></a> 3 January 2013. W3C Working |
| 1836 | + Draft. (Work in progress.) URL: <a |
| 1837 | + href="http://www.w3.org/TR/2013/WD-css3-cascade-20130103/">http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a> |
| 1838 | + </dd> |
| 1839 | + <!----> |
| 1840 | + |
1824 | 1841 | <dt id=CSS3VAL>[CSS3VAL] |
1825 | 1842 |
|
1826 | 1843 | <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a |
1827 | | - href="http://www.w3.org/TR/2012/CR-css3-values-20120828/"><cite>CSS |
1828 | | - Values and Units Module Level 3.</cite></a> 28 August 2012. W3C Candidate |
| 1844 | + href="http://www.w3.org/TR/2013/CR-css3-values-20130730/"><cite>CSS |
| 1845 | + Values and Units Module Level 3.</cite></a> 30 July 2013. W3C Candidate |
1829 | 1846 | Recommendation. (Work in progress.) URL: <a |
1830 | | - href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a> |
| 1847 | + href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">http://www.w3.org/TR/2013/CR-css3-values-20130730/</a> |
1831 | 1848 | </dd> |
1832 | 1849 | <!----> |
1833 | 1850 |
|
|
0 commit comments