This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17535 - e list list. Append the list of the descendant browsing contexts of the active document of that child browsing context to the list list. Return the constructed list. A Document is said to be fully active when it is the active document of its browsing c
Summary: e list list. Append the list of the descendant browsing contexts of the acti...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-18 12:46 UTC by contributor
Modified: 2012-07-18 18:40 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-06-18 12:46:42 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html
Multipage: http://www.whatwg.org/C#top-level-browsing-context
Complete: http://www.whatwg.org/c#top-level-browsing-context

Comment:
e list list.  Append the list of the descendant browsing contexts of the
active document of that child browsing context to the list list.  Return the
constructed list.  A Document is said to be fully active when it is the active
document of its browsing context, and either its browsing context is a
top-level browsing context, or it has a parent browsing context and the
Document through which it is nested is itself fully active.  Because they are
nested through an element, child browsing contexts are always tied to a
specific Document in their parent browsing context. User agents must not allow
the user to interact with child browsing contexts of elements that are in
Documents that are not themselves fully active.  A nested browsing context can
have a seamless browsing context flag set, if it is embedded through an iframe
element with a seamless attribute.  A nested browsing context can in some
cases be taken out of its parent browsing context (e.g. if an iframe element
is removed from its Document). In such a situation, the nested browsing
context has no parent browsing context, but it still has the same browsing
context container and is still nested through that element's Document. Such a
nested browsing context is not a top-level browsing context, and cannot
contain Documents that are fully active. Furthermore, if a browsing context
container (such as an iframe) is moved to another Document, then the parent
browsing context of its nested browsing context will change.  The document
family of a browsing context consists of the union of all the Document objects
in that browsing context's session history and the document families of all
those Document objects. The document family of a Document object consists of
the union of all the document families of the browsing contexts that are
nested through the Document object.  5.1.1.1 Navigating nested browsing
contexts in the DOM

Posted from: 108.72.58.40
User agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5