Skip to content

Commit

Permalink
Meta: define slotchange event
Browse files Browse the repository at this point in the history
Following discussions in whatwg/html#8340, the events index in the HTML spec will be restricted to event types that gets fired within the HTML spec. The slotchange event will be dropped as a result.
  • Loading branch information
dontcallmedom authored Oct 4, 2022
1 parent fa3aea5 commit c3ca964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3419,9 +3419,9 @@ run these steps:
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>
named {{HTMLSlotElement/slotchange}}, with its {{Event/bubbles}} attribute set to true, at
<var>slot</var>.
<li><p><a for=set>For each</a> <var>slot</var> of <var>signalSet</var>, <a>fire an event</a> named
<dfn event for=HTMLSlotElement>slotchange</dfn>, with its {{Event/bubbles}} attribute set to true,
at <var>slot</var>.
</ol>

<hr>
Expand Down

0 comments on commit c3ca964

Please sign in to comment.