Re: [whatwg/dom] Add reference target to shadow root (PR #1353)

@dandclark commented on this pull request.



> @@ -1743,7 +1743,8 @@ and an optional <var>legacyOutputDidListenersThrowFlag</var>, run these steps:
 <div algorithm>
 <p>To <dfn export id=concept-event-fire>fire an event</dfn> named <var>e</var> at <var>target</var>,
 optionally using an <var>eventConstructor</var>, with a description of how IDL attributes are to be
-initialized, and a <var>legacy target override flag</var>, run these steps:
+initialized, and a <var>legacy target override flag</var> and an optional <var>relatedTarget</var>,
+run these steps:

Fixed the grammar and made these both named optional parameters.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1353#discussion_r3376659364
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1353/review/4453787343@github.com>

Received on Monday, 8 June 2026 22:13:36 UTC