- From: <bugzilla@jessica.w3.org>
- Date: Fri, 12 Jul 2013 14:02:24 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22485 Dominic Cooney <dominicc@chromium.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominicc@chromium.org --- Comment #4 from Dominic Cooney <dominicc@chromium.org> --- Maybe the registration context should not be associated with the Window per se. Instead registration contexts are transmitted between documents. For example: When a window loads a document, it associates that document with a new registration context. A document X's template document Y is associated with the registration context associated with X. document.implementation.createHTMLDocument associates the resulting document with the registration context associated with 'document'. etc. This has the benefit that x.implementation.createHTMLDocument gives consistent results, irregardless of which window is running the script that acts on x. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 12 July 2013 14:02:26 UTC