diff --git a/source b/source index c7ad79213cd..92b7f98d6cb 100644 --- a/source +++ b/source @@ -73132,12 +73132,13 @@ END:VCARD -

To fire a focus event named e at an element t and with a given +

To fire a focus event named e at an element t with a given related target r, fire an event named e at t, using FocusEvent, with the relatedTarget attribute initialized to r - and the view attribute initialized to t's - node document's Window object.

+ data-x="dom-FocusEvent-relatedTarget">relatedTarget attribute initialized to r, + the view attribute initialized to t's + node document's Window object, and the composed flag + set.