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 22038 - Changing "href" attribute on <link> should trigger re-downloading hyperlink
Summary: Changing "href" attribute on <link> should trigger re-downloading hyperlink
Status: RESOLVED MOVED
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:
 
Reported: 2013-05-15 02:48 UTC by Morrita Hajime
Modified: 2015-07-06 08:04 UTC (History)
3 users (show)

See Also:


Attachments

Description Morrita Hajime 2013-05-15 02:48:51 UTC
From this thread: http://lists.w3.org/Archives/Public/public-webapps/2013AprJun/0635.html

Currently it isn't clear what happens if @href is updated on the import <link>
elements. The spec should (probably informally) mentioned that 
it loads new import.
Comment 1 Dimitri Glazkov 2013-07-18 21:18:37 UTC
This should be addressed in HTML spec
Comment 2 Ian 'Hixie' Hickson 2013-10-23 22:07:44 UTC
Actually this should be addressed in whatever spec defines the rel="" attribute's value, whichever that is. That's not currently HTML.

See here for how it's done for rel=stylesheet:

   http://www.whatwg.org/specs/web-apps/current-work/#link-type-stylesheet

It's not necessarily the case that you want to do it the same way.
Comment 3 Hayato Ito 2015-07-06 08:04:46 UTC
Moved to https://github.com/w3c/webcomponents/issues/234