[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
----------------------------------------------------------------------------
                 CC|                            |dominicc@chromium.org

--- Comment #2 from Dominic Cooney <dominicc@chromium.org> ---
You'll need to do special contortions now to make "new X()" still work. Perhaps
you can import them from what HTML5 does for "Image":

<http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#dom-image>

There's a slight wrinkle in that it says:

"The element's document must be the active document of the browsing context of
the Window object on which the interface object of the invoked constructor is
found."

Perhaps register should move to window and the language should be

"The element's document must be the active document of the browsing context of
the Window object on which DEFINITION was registered."

or something like that.

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

Received on Wednesday, 8 May 2013 00:11:14 UTC