diff --git a/dom.bs b/dom.bs index 30b5e825..50c4403c 100644 --- a/dom.bs +++ b/dom.bs @@ -1655,8 +1655,8 @@ and an optional legacyOutputDidListenersThrowFlag, run these steps:
  • If global is a {{Window}} object, then set global's current event to currentEvent. -

  • If event's stop immediate propagation flag is set, then return - found. +

  • If event's stop immediate propagation flag is set, then + break.

  • Return found.