Skip to content

Commit

Permalink
Associate event definitions with their EventHandler container
Browse files Browse the repository at this point in the history
As done by other specs
  • Loading branch information
dontcallmedom authored and birtles committed Jun 8, 2022
1 parent 3d44104 commit a6ceab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ Types of <code>AnimationEvent</code></h3>

The different types of animation events that can occur are:

<dl dfn-type=event dfn-for=animationevent>
<dl dfn-type=event dfn-for=GlobalEventHandlers>
<dt><dfn>animationstart</dfn>
<dd>
The {{animationstart}} event occurs at the start of the animation.
Expand Down
2 changes: 1 addition & 1 deletion css-transitions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ Types of <code>TransitionEvent</code> {#event-transitionevent}

The different types of transition events that can occur are:

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

0 comments on commit a6ceab0

Please sign in to comment.