diff --git a/dom.bs b/dom.bs index efd45c49..6472cea3 100644 --- a/dom.bs +++ b/dom.bs @@ -1253,6 +1253,9 @@ for discussion).
  • Set event's {{Event/eventPhase}} attribute to {{Event/NONE}}. +

  • If {{Event/target}}'s root is a shadow root, then set + event's {{Event/target}} attribute and event's relatedTarget to null. +

  • Set event's {{Event/currentTarget}} attribute to null.

  • Set event's path to the empty list.