[Bug 21229] New: [Components]: would like to be able to load external scripts too

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

            Bug ID: 21229
           Summary: [Components]: would like to be able to load external
                    scripts too
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: sjmiles@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 20683

We have straw version of this loader that allows construction like this:

web-component.html:

  <script src="one.js"></script>
  <link rel="component" href="two.html">
  <element name="three">
  ...
  </element>
  <link rel="component" href="four.html">
  <script src="five.js"></script>
  <element name="six">
  ... 
  </element>

Ideally the contract is that the script tags are live (executed in main window
context), and that each of these things is processed in order.

As in the example, 'one.js' must be processed before 'two.html', and so on.

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

Received on Saturday, 9 March 2013 00:16:08 UTC