diff --git a/source b/source index 52ce37b7606..2b78ec79de2 100644 --- a/source +++ b/source @@ -113968,22 +113968,17 @@ interface HTMLFrameSetElement : HTMLElement { first appropriate steps from the following list:

+
If the element has no src attribute specified, + and the user agent is processing the frame's attributes for the first time
-
If the element has no src attribute specified, and the - user agent is processing the frame's attributes for the first time
- -
- -

Queue a task to fire an event - named load at the frame element.

- -
+

Queue a task to fire an event named + load at the frame element using the DOM + manipulation task source.

Otherwise

Run the otherwise steps for iframe or frame elements.

-

Any navigation required of the user agent in the process @@ -114007,12 +114002,8 @@ interface HTMLFrameSetElement : HTMLElement {

When a Document in a frame is marked as completely - loaded, the user agent must queue a task to fire an event named load at - the frame element.

- -

The task source for the tasks above is the - DOM manipulation task source.

+ loaded, the user agent must fire an event named + load at the frame element.

When a frame element has a non-null nested browsing context, and its nested browsing context's active document is not ready for