- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 04 Oct 2022 00:48:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 October 2022 07:49:07 UTC
@annevk commented on this pull request. > <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 + named <dfn event for=HTMLSlotElement>slotchange</dfn>, with its {{Event/bubbles}} attribute set to true, at <var>slot</var>. ```suggestion <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><code>slotchange</code></dfn>, with its {{Event/bubbles}} attribute set to true, at <var>slot</var>. ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1115#pullrequestreview-1129445108 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1115/review/1129445108@github.com>
Received on Tuesday, 4 October 2022 07:49:07 UTC