|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Transitions" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2014-12-28 name=dcterms.date> |
| 13 | + <meta content=2015-01-20 name=dcterms.date> |
14 | 14 | <meta content="L. David Baron" name=dcterms.creator> |
15 | 15 | <meta content=W3C name=dcterms.publisher> |
16 | 16 | <meta content="http://dev.w3.org/csswg/css3-transitions/" |
|
40 | 40 |
|
41 | 41 | <h1>CSS Transitions</h1> |
42 | 42 |
|
43 | | - <h2 class="no-num no-toc">Editor's Draft 28 December 2014</h2> |
| 43 | + <h2 class="no-num no-toc">Editor's Draft 20 January 2015</h2> |
44 | 44 |
|
45 | 45 | <dl> |
46 | 46 | <dt>This version: |
@@ -107,7 +107,7 @@ <h2 class="no-num no-toc">Editor's Draft 28 December 2014</h2> |
107 | 107 | <!--begin-copyright--> |
108 | 108 | <p class=copyright><a |
109 | 109 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
110 | | - rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr |
| 110 | + rel=license>Copyright</a> © 2015 <a href="http://www.w3.org/"><abbr |
111 | 111 | title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a |
112 | 112 | href="http://www.csail.mit.edu/"><abbr |
113 | 113 | title="Massachusetts Institute of Technology">MIT</abbr></a>, <a |
@@ -937,32 +937,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2> |
937 | 937 | id=after-change-style>after-change style</dfn> as the computed style for |
938 | 938 | the element based on the information known at the start of that <a |
939 | 939 | href="#style-change-event">style change event</a>, but excluding any |
940 | | - styles from CSS Transitions in the computation, and inheriting from the |
941 | | - <span>after-transition style of the parent. <span class=note>(Note that |
942 | | - inheriting from the <a href="#after-transition-style">after-transition |
943 | | - style</a> of the parent is needed to ensure that transitions are canceled |
944 | | - properly when an ancestor and descendant are running transitions on the |
945 | | - same inherited property.)</span> Finally, define the <dfn |
946 | | - id=after-transition-style>after-transition style</dfn> as the computed |
947 | | - style for the element based on the information known at the start of that |
948 | | - <a href="#style-change-event">style change event</a>, excluding any styles |
949 | | - from CSS Transitions that are started or stopped during that <a |
950 | | - href="#style-change-event">style change event</a>, but including any |
951 | | - styles from CSS Transitions that exist before the <a |
952 | | - href="#style-change-event">style change event</a> and are not stopped |
953 | | - during it (these are defined below), also inheriting from the <a |
954 | | - href="#after-transition-style">after-transition style</a> of the parent. |
955 | | - </span> |
956 | | - |
957 | | - <p class=note> Note that the <span>after-change style and the <a |
958 | | - href="#after-transition-style">after-transition style</a> both exclude any |
959 | | - changes resulting from CSS Transitions that start during that <a |
960 | | - href="#style-change-event">style change event</a>, and both exclude styles |
961 | | - from CSS Transitions that are stopped during the <a |
962 | | - href="#style-change-event">style change event</a>. They differ in how they |
963 | | - include styles from CSS Transitions that existed before the <a |
964 | | - href="#style-change-event">style change event</a> and continue running |
965 | | - after it. </span> |
| 940 | + styles from CSS Transitions in the computation, and inheriting from the <a |
| 941 | + href="#after-change-style">after-change style</a> of the parent. |
966 | 942 |
|
967 | 943 | <div class=note> |
968 | 944 | <p> Note that this definition of the <a |
@@ -1910,13 +1886,8 @@ <h2 id=changes><span class=secno>9. </span>Changes since Working Draft of |
1910 | 1886 |
|
1911 | 1887 | <ul> |
1912 | 1888 | <li>Canceling and interrupting of running transitions is defined much more |
1913 | | - precisely. This involved introducing the new concept of <a |
1914 | | - href="#after-transition-style">after-transition style</a>, which also |
1915 | | - means that the <a href="#after-change-style">after-change style</a> is no |
1916 | | - longer a tree of style at a single point in time (since the transition |
1917 | | - computation on a parent element depends on the after-change style for |
1918 | | - that parent, but is required prior to computing the after-change style |
1919 | | - for its children). |
| 1889 | + precisely. This includes the after-change style no longer including |
| 1890 | + styles from CSS Transitions. |
1920 | 1891 |
|
1921 | 1892 | <li>Completion of transitions is defined somewhat more precisely. |
1922 | 1893 |
|
@@ -2169,9 +2140,6 @@ <h2 class=no-num id=index>Index</h2> |
2169 | 2140 | <li>after-change style, <a href="#after-change-style" |
2170 | 2141 | title="section 3."><strong>3.</strong></a> |
2171 | 2142 |
|
2172 | | - <li>after-transition style, <a href="#after-transition-style" |
2173 | | - title="section 3."><strong>3.</strong></a> |
2174 | | - |
2175 | 2143 | <li>before-change style, <a href="#before-change-style" |
2176 | 2144 | title="section 3."><strong>3.</strong></a> |
2177 | 2145 |
|
|
0 commit comments