This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22407 - [imports]: Consider implications of changing the meaning of <link> with rel=import
Summary: [imports]: Consider implications of changing the meaning of <link> with rel=i...
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20683
  Show dependency treegraph
 
Reported: 2013-06-19 18:04 UTC by Dimitri Glazkov
Modified: 2013-09-18 20:43 UTC (History)
4 users (show)

See Also:


Attachments

Description Dimitri Glazkov 2013-06-19 18:04:39 UTC
From:

http://lists.w3.org/Archives/Public/public-webapps/2013AprJun/0664.html,
http://lists.w3.org/Archives/Public/public-webapps/2013AprJun/0689.html,
http://lists.w3.org/Archives/Public/public-webapps/2013AprJun/0703.html

In today's world, using <link> bears assumptions, such as that it won't run script. We're changing these, and we need to be careful.
Comment 1 Ian 'Hixie' Hickson 2013-07-11 16:28:05 UTC
<link> doesn't do anything on its own. It only does something when combined with specific values, some of which (e.g. rel=stylesheet) have run script in the past.
Comment 2 Dimitri Glazkov 2013-07-18 20:14:57 UTC
(In reply to comment #1)
> <link> doesn't do anything on its own. It only does something when combined
> with specific values, some of which (e.g. rel=stylesheet) have run script in
> the past.

Re: In the past -- this is with IE behaviors and expressions, right?
Comment 3 Morrita Hajime 2013-07-23 02:11:03 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > <link> doesn't do anything on its own. It only does something when combined
> > with specific values, some of which (e.g. rel=stylesheet) have run script in
> > the past.
> 
> Re: In the past -- this is with IE behaviors and expressions, right?

Or this one?
http://en.wikipedia.org/wiki/JavaScript_Style_Sheets
Comment 4 Dimitri Glazkov 2013-09-18 20:43:49 UTC
Given that this existed in the web for a while, I think we should keep moving forward with <link rel=import>