@@ -972,31 +972,41 @@ <h2 class="heading settled" data-level="3" id="starting"><span class="secno">3.
972972 there is never both a < a data-link-type ="dfn " href ="#running-transition "> running transition</ a > and
973973 a < a data-link-type ="dfn " href ="#completed-transition "> completed transition</ a > for the same property and element.
974974 </ span >
975- < span class ="note " role ="note ">
975+ </ p >
976+
977+
978+ < div class ="note " role ="note ">
979+
980+
981+ < p >
976982 This set of completed transitions
977983 needs to be maintained
978984 in order to prevent
979985 transitions from repeating themselves in certain cases,
980986 i.e., to maintain the invariant
981987 that this specification tries to maintain
982988 that unrelated style changes do not trigger transitions.
983- </ span >
984- </ p >
989+ </ p >
990+
991+
992+
993+ < p class ="example ">
994+ An example where maintaining the set of completed transitions
995+ is necessary would be a transition on
996+ an inherited property,
997+ where the parent specifies a transition of that property for
998+ a longer duration (say, < a class ="css " data-link-type ="propdesc " href ="#propdef-transition " title ="transition "> transition: 4s text-indent</ a > )
999+ and a child element that inherits the parent’s value specifies
1000+ a transition of the same property for a shorter duration
1001+ (say, < a class ="css " data-link-type ="propdesc " href ="#propdef-transition " title ="transition "> transition: 1s text-indent</ a > ).
1002+ Without the maintenance of this set of completed transitions,
1003+ implementations could start additional transitions on the child
1004+ after the initial 1 second transition on the child completes.
1005+ </ p >
1006+
9851007
9861008
987- < p class ="example ">
988- An example where maintaining the set of completed transitions
989- is necessary would be a transition on
990- an inherited property,
991- where the parent specifies a transition of that property for
992- a longer duration (say, < a class ="css " data-link-type ="propdesc " href ="#propdef-transition " title ="transition "> transition: 4s text-indent</ a > )
993- and a child element that inherits the parent’s value specifies
994- a transition of the same property for a shorter duration
995- (say, < a class ="css " data-link-type ="propdesc " href ="#propdef-transition " title ="transition "> transition: 1s text-indent</ a > ).
996- Without the maintenance of this set of completed transitions,
997- implementations could start additional transitions on the child
998- after the initial 1 second transition on the child completes.
999- </ p >
1009+ </ div >
10001010
10011011
10021012 < p >
0 commit comments