Skip to content

Commit f01b212

Browse files
committed
[css-transitions] Clarify what "otherwise" means in this context.
1 parent acbf7a3 commit f01b212

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

css-transitions/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,10 @@ url: http://w3c.github.io/dom/#constructing-events; type: dfn; text: event const
10951095
to the set of <a>completed transitions</a>
10961096
and then fire the <a href="#transition-events">events</a>
10971097
for those completions.
1098-
<span class="note">(Note that doing otherwise could allow
1098+
<span class="note">(Note that doing otherwise, that is,
1099+
firing some of the events before doing all of the moving
1100+
from <a>running transitions</a> to <a>completed transitions</a>,
1101+
could allow
10991102
a style change event to happen
11001103
without the necessary transitions completing,
11011104
since firing the event could cause a style change event,

css-transitions/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,10 @@ <h2 class="heading settled" data-level="5" id="complete"><span class="secno">5.
16211621
to the set of <a data-link-type="dfn" href="#completed-transition">completed transitions</a>
16221622
and then fire the <a href="#transition-events">events</a>
16231623
for those completions.
1624-
<span class="note" role="note">(Note that doing otherwise could allow
1624+
<span class="note" role="note">(Note that doing otherwise, that is,
1625+
firing some of the events before doing all of the moving
1626+
from <a data-link-type="dfn" href="#running-transition">running transitions</a> to <a data-link-type="dfn" href="#completed-transition">completed transitions</a>,
1627+
could allow
16251628
a style change event to happen
16261629
without the necessary transitions completing,
16271630
since firing the event could cause a style change event,

0 commit comments

Comments
 (0)