Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3297,7 +3297,7 @@ run these steps:

<li><p>If <var>records</var> <a for=queue>is not empty</a>, then <a spec=webidl>invoke</a>
<var>mo</var>'s <a for=MutationObserver>callback</a> with « <var>records</var>, <var>mo</var> »,
and <var>mo</var>. If this throws an exception, then <a>report the exception</a>.
and <var>mo</var>. If this throws an exception, catch it, and <a>report the exception</a>.
</ol>

<li><p><a for=set>For each</a> <var>slot</var> of <var>signalSet</var>, <a>fire an event</a>
Expand Down