- From: <bugzilla@jessica.w3.org>
- Date: Tue, 26 Mar 2013 15:55:33 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21399
Bug ID: 21399
Summary: [Components]:
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: pomax@nihongoresources.com
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 20683
"Fetch a resource from LOCATION, with DOCUMENT as override referrer source and
block cookies flag set:"
How should locations for script and link elements be resolved? relative to the
component.html that is being loaded, or relative to the page that's loading the
components?
ie:
- index.html // <link rel="component" href="http://.../components.html">
- http://.../components.html // <script src="dependency.js"></script>
does the dependency load relative to components.html (I would hope) or relative
to index.html? (which would make it hard to encapsulate multi-file components,
necessitating putting everything in the .html file).
This might need explicit mention in the spec.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 26 March 2013 15:55:39 UTC