diff --git a/dom.bs b/dom.bs index e62952552..dff2ddc47 100644 --- a/dom.bs +++ b/dom.bs @@ -1318,7 +1318,7 @@ for discussion).
  • Initialize event's {{Event/currentTarget}} attribute to object.

  • Let found be the result of running inner invoke object with - event. + event and listeners.

  • If found is false, run these substeps: @@ -1342,14 +1342,14 @@ for discussion). "transitionend""webkitTransitionEnd" -

  • Inner invoke object with event. +

  • Inner invoke object with event and listeners.

  • Set event's {{Event/type}} attribute value to originalEventType. -

    To inner invoke -an object with event, run these steps: +

    To inner invoke an object +with event and listeners, run these steps:

    1. Let found be false.