[Bug 25489] [Imports]: Script execution order is non-deterministic in cyclic cases

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

Dimitri Glazkov <dglazkov@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|dglazkov@chromium.org       |morrita@google.com

--- Comment #1 from Dimitri Glazkov <dglazkov@chromium.org> ---
You might be right! There's a good discussion of import relationships
(ancestor, parent, predecessor, dependent), but they don't seem to be used to
ensure consistency.

The http://w3c.github.io/webcomponents/spec/imports/#dfn-import-request
algorithm runs whenever a link is added to the document by the parser, so it
has no insight into the overall graph of imports.

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

Received on Monday, 28 April 2014 15:54:54 UTC