[Bug 17535] New: 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

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17535

           Summary: 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
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#top
                    -level-browsing-context
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


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

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 18 June 2012 12:46:48 UTC