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.
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.
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,