Skip to content

Commit e562b64

Browse files
committed
[css-transitions] Clarify that the example related to forward and reverse transitions only works when there are two states.
Fixes https://lists.w3.org/Archives/Public/www-style/2013Feb/0570.html
1 parent b44121c commit e562b64

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css-transitions/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,9 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
941941
</p>
942942
<p>This provides a way for authors to specify different values
943943
of the 'transition-*' properties for the &ldquo;forward&rdquo;
944-
and &ldquo;reverse&rdquo; transitions (but see <a
944+
and &ldquo;reverse&rdquo; transitions,
945+
when the transitions are between two states
946+
(but see <a
945947
href="#reversing">below</a> for special reversing behavior when
946948
an <em>incomplete</em> transition is interrupted). Authors can
947949
specify the value of 'transition-duration',

css-transitions/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,9 @@ <h2 class="heading settled" data-level="3" id="starting"><span class="secno">3.
14471447

14481448
<p>This provides a way for authors to specify different values
14491449
of the <a class="property" data-link-type="propdesc">transition-*</a> properties for the “forward”
1450-
and “reverse” transitions (but see <a href="#reversing">below</a> for special reversing behavior when
1450+
and “reverse” transitions,
1451+
when the transitions are between two states
1452+
(but see <a href="#reversing">below</a> for special reversing behavior when
14511453
an <em>incomplete</em> transition is interrupted). Authors can
14521454
specify the value of <a class="property" data-link-type="propdesc" href="#propdef-transition-duration">transition-duration</a>,
14531455
<a class="property" data-link-type="propdesc" href="#propdef-transition-timing-function">transition-timing-function</a>, or <a class="property" data-link-type="propdesc" href="#propdef-transition-delay">transition-delay</a> in the same

0 commit comments

Comments
 (0)