Skip to content

Commit 3a0e315

Browse files
committed
[css-transitions] Use event markup for transitionend.
1 parent a9f00b0 commit 3a0e315

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-transitions/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,10 +1412,10 @@ spec:css-values-3; type:type; text:<time>
14121412
</p>
14131413
<dl>
14141414
<dt>
1415-
<b><dfn>transitionend</dfn></b>
1415+
<b><dfn event for="Element" id="transitionend">transitionend</dfn></b>
14161416
</dt>
14171417
<dd>
1418-
The <code><a>transitionend</a></code> event occurs at the completion of the transition. In the
1418+
The {{transitionend}} event occurs at the completion of the transition. In the
14191419
case where a transition is removed before completion, such as if the
14201420
transition-property is removed, then the event will not fire.
14211421
<ul>

css-transitions/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,12 +2292,12 @@ <h2 class="heading settled" data-level="6" id="transition-events"><span class="s
22922292
<dl>
22932293

22942294
<dt>
2295-
<b><dfn data-dfn-type="dfn" data-noexport="" id="transitionend">transitionend<a class="self-link" href="#transitionend"></a></dfn></b>
2295+
<b><dfn class="idl-code" data-dfn-for="Element" data-dfn-type="event" data-export="" id="transitionend">transitionend<a class="self-link" href="#transitionend"></a></dfn></b>
22962296
</dt>
22972297

22982298

22992299
<dd>
2300-
The <code><a data-link-type="dfn" href="#transitionend">transitionend</a></code> event occurs at the completion of the transition. In the
2300+
The <code class="idl"><a data-link-type="idl" href="#transitionend">transitionend</a></code> event occurs at the completion of the transition. In the
23012301
case where a transition is removed before completion, such as if the
23022302
transition-property is removed, then the event will not fire.
23032303

0 commit comments

Comments
 (0)