diff --git a/css-animations-1/Overview.bs b/css-animations-1/Overview.bs
index def7584604a..50dd0dc6d26 100644
--- a/css-animations-1/Overview.bs
+++ b/css-animations-1/Overview.bs
@@ -1264,9 +1264,9 @@ The findRule
method
GlobalEventHandlers
InterfaceGlobalEventHandlers
Interface Mixin
-This specification extends the {{GlobalEventHandlers}} interface from HTML to
+This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
add event handler IDL attributes for animation
events as defined in
[[#event-handlers-on-elements-document-objects-and-window-objects]].
diff --git a/css-transitions-1/Overview.bs b/css-transitions-1/Overview.bs
index f5abb35342d..71aff64d39a 100644
--- a/css-transitions-1/Overview.bs
+++ b/css-transitions-1/Overview.bs
@@ -1232,7 +1232,7 @@ objects, as event handler IDL attributes:
DOM Interfaces {#interface-dom}
===============================
-This specification extends the {{GlobalEventHandlers}} interface from HTML to
+This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
add event handler IDL attributes for transition events as defined in [[#event-handlers-on-elements-document-objects-and-window-objects]].
@@ -1240,7 +1240,7 @@ IDL Definition {#interface-globaleventhandlers-idl}
--------------
-partial interface GlobalEventHandlers { +partial interface mixin GlobalEventHandlers { attribute EventHandler ontransitionrun; attribute EventHandler ontransitionstart; attribute EventHandler ontransitionend;