[Bug 23206] New: [Custom]: The base element queue doesn't prevent custom element processing running ahead of imports

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

            Bug ID: 23206
           Summary: [Custom]: The base element queue doesn't prevent
                    custom element processing running ahead of imports
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dominicc@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

Maybe I just don't understand the set of related specs well enough, but I don't
see anything which stops custom element processing in a given document running
ahead of imports in that document. The base element queue is sorted, and things
are enqueued in it in a certain order, but it is unclear given:

<x-a>
<link rel="import" href="two.html">
<x-b>

two.html:
...
<x-c>
...

that x-a, x-b, x-c isn't a valid order provided that x-a, x-b are run at one
microtask checkpoint and x-c is run at another.

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

Received on Wednesday, 11 September 2013 04:31:57 UTC