Skip to content

Commit a6ceab0

Browse files
dontcallmedombirtles
authored andcommitted
Associate event definitions with their EventHandler container
As done by other specs
1 parent 3d44104 commit a6ceab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ Types of <code>AnimationEvent</code></h3>
919919

920920
The different types of animation events that can occur are:
921921

922-
<dl dfn-type=event dfn-for=animationevent>
922+
<dl dfn-type=event dfn-for=GlobalEventHandlers>
923923
<dt><dfn>animationstart</dfn>
924924
<dd>
925925
The {{animationstart}} event occurs at the start of the animation.

css-transitions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ Types of <code>TransitionEvent</code> {#event-transitionevent}
11411141

11421142
The different types of transition events that can occur are:
11431143

1144-
<dl dfn-type=event dfn-for=transitionevent>
1144+
<dl dfn-type=event dfn-for=GlobalEventHandlers>
11451145
<dt><dfn id=transitionrun>transitionrun</dfn></dt>
11461146
<dd>
11471147
The {{transitionrun}} event occurs when a transition is created (i.e.,

0 commit comments

Comments
 (0)