diff --git a/dom.bs b/dom.bs index 881b085a..5f7ecf81 100644 --- a/dom.bs +++ b/dom.bs @@ -2903,6 +2903,11 @@ To notify mutation observers, run these steps: unit of related similar-origin browsing contexts' list of {{MutationObserver}} objects. +
  • Let signalList be a copy of + unit of related similar-origin browsing contexts' signal slot list. + +

  • Empty unit of related similar-origin browsing contexts' signal slot list. +

  • For each {{MutationObserver}} object mo in notify list, execute a compound microtask subtask to run these steps: [[!HTML]] @@ -2923,11 +2928,6 @@ To notify mutation observers, run these steps: report the exception. -
  • Let signalList be a copy of - unit of related similar-origin browsing contexts' signal slot list. - -

  • Empty unit of related similar-origin browsing contexts' signal slot list. -

  • For each slot slot in signalList, in order, fire an event named slotchange, with its {{Event/bubbles}} attribute set to true, at slot. diff --git a/dom.html b/dom.html index 5863563a..67e2258c 100644 --- a/dom.html +++ b/dom.html @@ -72,7 +72,7 @@

    DOM

    -

    Living Standard — Last Updated

    +

    Living Standard — Last Updated

    @@ -1818,6 +1818,10 @@

    Unset mutation observer compound microtask queued flag.
  • Let notify list be a copy of unit of related similar-origin browsing contexts' list of MutationObserver objects. +
  • +

    Let signalList be a copy of unit of related similar-origin browsing contexts' signal slot list.

    +
  • +

    Empty unit of related similar-origin browsing contexts' signal slot list.

  • For each MutationObserver object mo in notify list, execute a compound microtask subtask to run these steps: [HTML]
      @@ -1826,10 +1830,6 @@

      Remove all transient registered observers whose observer is mo.
    1. If queue is non-empty, call mo’s callback with queue as first argument, and mo (itself) as second argument and callback this value. If this throws an exception, report the exception.
    -
  • -

    Let signalList be a copy of unit of related similar-origin browsing contexts' signal slot list.

    -
  • -

    Empty unit of related similar-origin browsing contexts' signal slot list.

  • For each slot slot in signalList, in order, fire an event named slotchange, with its bubbles attribute set to true, at slot.