[Bug 22413] [imports]: Imported documents should execute script

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

--- Comment #3 from Morrita Hajime <morrita@google.com> ---
(In reply to comment #2)
> 
> Right. I wondered if we should zap the "processing sub-imports" step
> altogether, and instead monkeypatch HTML spec to allow running scripts,
> loading stylesheets and registering element declarations when parsing an
> imported document.

We surely need a patch for running script.

For stylesheet, it look it's just a metadata for HTML and loading it
(especially
if it doesn't affect rendering at that timing) can taken as just an
implementation
detail. 

For element registration, we could patch Custom Element...
Or Custom Element could provide some hook for that.
I have no clear idea how the hook looks like though.

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

Received on Friday, 21 June 2013 00:06:28 UTC