Skip to content

Commit 9b96bca

Browse files
author
howcome
committed
dummy commit
2 parents e62bddc + b9967ca commit 9b96bca

4 files changed

Lines changed: 456 additions & 98 deletions

File tree

css-animations/Overview.html

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
<html lang=en>
44
<head>
55
<title>CSS Animations</title>
6-
<script src='http://test.csswg.org/harness/annotate.js#css-animations-1_dev' type='text/javascript' defer></script>
76
<!--
87
<link href="http://purl.org/dc/terms/" rel="schema.dcterms">
98
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="dcterms.rights">
109
-->
1110

1211
<meta content="CSS Animations" name=dcterms.title>
1312
<meta content=text name=dcterms.type>
14-
<meta content=2013-05-06 name=dcterms.date>
13+
<meta content=2013-09-10 name=dcterms.date>
1514
<meta content="L. David Baron" name=dcterms.creator>
1615
<meta content=W3C name=dcterms.publisher>
1716
<meta content="http://dev.w3.org/csswg/css3-animations/"
1817
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>
1921
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
2022
<link href="../default.css" rel=stylesheet type="text/css">
2123
<style type="text/css">
@@ -31,7 +33,8 @@
3133

3234
<h1>CSS Animations</h1>
3335

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>
3538

3639
<dl>
3740
<dt>This version:
@@ -96,7 +99,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2013</h2>
9699
rel=discussion>archives</a>)
97100

98101
<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>
100105
</dl>
101106
<!--begin-copyright-->
102107
<p class=copyright><a
@@ -337,11 +342,13 @@ <h2 id=values><span class=secno>2. </span> Values</h2>
337342

338343
<h2 id=animations><span class=secno>3. </span> Animations</h2>
339344

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.
345352

346353
<p> If at one point in time there are multiple animations specifying
347354
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>
18211828
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
18221829
<!---->
18231830

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+
18241841
<dt id=CSS3VAL>[CSS3VAL]
18251842

18261843
<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
18291846
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>
18311848
</dd>
18321849
<!---->
18331850

css-animations/Overview.src.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,13 @@ <h2 id="animations">
138138

139139
<p>
140140
CSS Animations affect computed property values.
141-
During the execution of an animation,
142-
the computed value for a property is controlled by the animation.
143-
This overrides the value specified in the normal styling system.
144-
Animations override all normal rules, but are overriden by
141+
This effect happens by adding a specified value
142+
to the CSS cascade ([[CSS3CASCADE]])
143+
(at the level for CSS Animations)
144+
that will produce the correct computed value for
145+
the current state of the animation.
146+
As defined in [[CSS3CASCADE]],
147+
animations override all normal rules, but are overriden by
145148
!important rules.
146149

147150
<p>

0 commit comments

Comments
 (0)