Skip to content

Commit ba971a5

Browse files
committed
Mention that we're talking about computed values, per http://lists.w3.org/Archives/Public/www-style/2012Apr/0564.html .
1 parent d701bd3 commit ba971a5

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

css3-transitions/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
<h1>CSS Transitions</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2012</h2>
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2>
3030

3131
<dl>
3232
<dt>This version:
3333

34-
<dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120404/">
34+
<dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120420/">
3535
http://dev.w3.org/csswg/css3-transitions/</a>
36-
<!--http://www.w3.org/TR/2012/WD-css3-transitions-20120404/-->
36+
<!--http://www.w3.org/TR/2012/WD-css3-transitions-20120420/-->
3737

3838
<dt>Latest version:
3939

@@ -849,7 +849,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
849849
class=property>transition-property</code>&rsquo;</a>) in the computed
850850
value of &lsquo;<a href="#transition-property"><code
851851
class=property>transition-property</code></a>&rsquo;. Corresponding to
852-
this item there are values of &lsquo;<a href="#transition-duration"><code
852+
this item there are computed values of &lsquo;<a
853+
href="#transition-duration"><code
853854
class=property>transition-duration</code></a>&rsquo; and &lsquo;<a
854855
href="#transition-delay"><code
855856
class=property>transition-delay</code></a>&rsquo; (see <a
@@ -1611,7 +1612,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16111612
<table class=proptable>
16121613
<thead>
16131614
<tr>
1614-
<th>Property
1615+
<th>properties
16151616

16161617
<th>Values
16171618

css3-transitions/Overview.src.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -800,15 +800,17 @@ <h2 id="starting">
800800
must start transitions based on the relevant item (see <a
801801
href="#transition-property">the definition of
802802
'transition-property'</a>) in the computed value of
803-
'transition-property'. Corresponding to this item there are
804-
values of 'transition-duration' and 'transition-delay' (see <a
805-
href="#list-matching">the rules on matching lists</a>). Define
806-
the <dfn>combined duration</dfn> of the transition as the sum of
807-
max('transition-duration', '0s') and 'transition-delay'. When
808-
the combined duration is greater than '0s', then a transition
809-
starts based on the values of 'transition-duration',
810-
'transition-delay', and 'transition-timing-function'; in other
811-
cases transitions do not occur.
803+
'transition-property'.
804+
Corresponding to this item there are
805+
computed values of 'transition-duration' and 'transition-delay'
806+
(see <a href="#list-matching">the rules on matching lists</a>).
807+
Define the <dfn>combined duration</dfn> of the transition
808+
as the sum of max('transition-duration', '0s') and 'transition-delay'.
809+
When the combined duration is greater than '0s',
810+
then a transition starts based on the values of
811+
'transition-duration', 'transition-delay',
812+
and 'transition-timing-function';
813+
in other cases transitions do not occur.
812814
</p>
813815

814816
<p>

0 commit comments

Comments
 (0)