[Bug 25563] New: [Shadow]: Define the impact of ordering on relevant HTML elements

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

            Bug ID: 25563
           Summary: [Shadow]: Define the impact of ordering on relevant
                    HTML elements
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dglazkov@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org
            Blocks: 14978

Splitting off from bug 25562: 

"We should further say that <script> elements execute. For inline scripts we
need to define with order those script execute relative to <script> elements
that are in the real document. I.e. if a out-of-document node is given <script>
children as well as a Shadow DOM with <script> nodes, then which order do they
execute in once the node is inserted into the document?"

See http://jsbin.com/jigoc/1/edit for an example. I intuitively would've have
expected the scripts in shadow trees to execute first, but I don't care what we
spec, as long as it is specified.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 5 May 2014 22:00:42 UTC