[Webkit-unassigned] [Bug 88148] REGRESSION(r118098): <content> element does not render distributed children when cloned from another document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 2 03:15:53 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88148
--- Comment #2 from Dominic Cooney <dominicc at chromium.org> 2012-06-02 03:15:52 PST ---
The cause of this seems simple enough: The function which wraps a HTMLContentElement tries to access the "context" (ie frame) via the element being wrapped. Independent documents don’t have frames.
A temporary workaround for the Web Components polyfill would be to create a document in a same-origin iframe.
What is the intended design of ContextEnabledFeatures? Should it access the current JavaScript context, like the SOP does?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list