diff --git a/source b/source index 774cc02f9dc..bd725815eb6 100644 --- a/source +++ b/source @@ -30091,16 +30091,7 @@ interface HTMLIFrameElement : HTMLElement {

The name attribute, if present, must be a valid browsing context name. The given value is used to name the nested - browsing context.

- -
- -

Whenever the name attribute is set, the nested - browsing context's name must be changed to - the new value. If the attribute is removed, the browsing context name must be set to - the empty string.

- -
+ browsing context if present when the nested browsing context is created.


@@ -30941,7 +30932,8 @@ interface HTMLObjectElement : HTMLElement {

The name attribute, if present, must be a valid browsing context name. The given value is used to name the nested - browsing context, if applicable.

+ browsing context, if applicable, and if present when the nested browsing + context is created.

@@ -115495,12 +115487,6 @@ interface HTMLFrameSetElement : HTMLElement { -

Whenever the name attribute is set and the - frame element's nested browsing context is non-null, the nested - browsing context's name must be changed to the - new value. If the attribute is removed, the browsing context name must be set to the - empty string.

-

The frame element must implement the HTMLFrameElement interface.

[Exposed=Window,