[Bug 23669] New: [Custom]: "leftView" type of callbacks should not be called on "this document has a browsing context"

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

            Bug ID: 23669
           Summary: [Custom]: "leftView" type of callbacks should not be
                    called on "this document has a browsing context"
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: ohzeki-tetsuharu@mitsue.co.jp
        QA Contact: public-webapps-bugzilla@w3.org

[reproducible revision]
http://www.w3.org/TR/2013/WD-custom-elements-20131024/

In this spec revision, 5.2 Types of Callbacks defines "leftView" type like
this:
> Unless specified otherwise, this callback must be enqueued whenever custom
> element is removed from the document and this document has a browsing context.

But this last sentence, "this callback must be enqueued whenever ... this
document has a browsing context", is same sentence as the definition of
"enteredView":
> Unless specified otherwise, this callback must be enqueued whenever custom
> element is removed from the document and this document has a browsing context.

I think the definition of "leftView" should be "this document lost a browsing
context" from the viewpoint of symmetry between "enteredView" and "leftView".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 29 October 2013 08:17:36 UTC