| rdfs:comment
| - A browsing context name is a non-empty string which does not begin with _ (an underscore), and may be specified as the value of name attributes for <a href="/mediawiki/Iframe" title="Iframe">iframe</a>, <a href="/mediawiki/Object" title="Object">object</a>, and <a href="/mediawiki/Frame" title="Frame">frame</a> elements. Browsing context keywords, i.e. one of _self (the default), _blank, _parent, or _top, indicate browsing contexts relative to the current document. Scripts and values of target attributes for <a href="/mediawiki/A" title="A">a</a> and <a href="/mediawiki/Form" title="Form">form</a> elements may indicate browsing contexts by either names or keywords.
|
| abstract
| - A browsing context name is a non-empty string which does not begin with _ (an underscore), and may be specified as the value of name attributes for <a href="/mediawiki/Iframe" title="Iframe">iframe</a>, <a href="/mediawiki/Object" title="Object">object</a>, and <a href="/mediawiki/Frame" title="Frame">frame</a> elements. Browsing context keywords, i.e. one of _self (the default), _blank, _parent, or _top, indicate browsing contexts relative to the current document. Scripts and values of target attributes for <a href="/mediawiki/A" title="A">a</a> and <a href="/mediawiki/Form" title="Form">form</a> elements may indicate browsing contexts by either names or keywords.
* _self contains an element or script.
* _parent contains the element (such as <a href="/mediawiki/Object" title="Object">object</a>, <a href="/mediawiki/Iframe" title="Iframe">iframe</a>, or <a href="/mediawiki/Frame" title="Frame">frame</a>) in which _self is embedded, or _self if it is not embedded.
* _top is not embedded within any other and contains, directly or indirectly, an element or script. This may be equal to either _self or _parent, or an ancestor of both.
* _blank does not yet exist, but will be created if a script or element operated by the user sends a URL to it. (A name which is not yet assigned to a browsing context has a similar effect, except the resulting context has a name by which it may be referred to later.)
|