[Bug 21958] [Custom]: Should element registration be associated with a browsing context, not document?

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

Dominic Cooney <dominicc@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from Dominic Cooney <dominicc@chromium.org> ---
I think this needs more work. Specifically, the HTML spec says

"A Document created using an API such as createDocument() has no browsing
context."

When "the register method must run these steps" says the input includes
"CONTEXT, the browsing context", what does that mean? The script's browsing
context [1], or the document's browsing context? The latter seems to contradict
the use case in Comment 2. Also, the spec limps along instead of bailing out in
the case of empty browsing contexts.

[1]
<http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#script's-browsing-context>

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

Received on Friday, 7 June 2013 04:16:25 UTC