diff --git a/dom.bs b/dom.bs index 8645c1ff4..31e95f0c5 100644 --- a/dom.bs +++ b/dom.bs @@ -523,6 +523,8 @@ was initialized to. When an event is created the attribute must be initia
  • Let currentTarget be this's {{Event/currentTarget}} attribute value. +

  • Assert: currentTarget is an {{EventTarget}} object. +

  • Append currentTarget to composedPath.

  • Let currentTargetIndex be 0.