diff --git a/source b/source index 553ab75d805..4ecaf83bfe0 100644 --- a/source +++ b/source @@ -73113,12 +73113,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.