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 25989 - Add Hint for crossorigin attribute on <link>
Summary: Add Hint for crossorigin attribute on <link>
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-05 09:34 UTC by Rodney Rehm
Modified: 2014-06-05 09:34 UTC (History)
0 users

See Also:


Attachments

Description Rodney Rehm 2014-06-05 09:34:48 UTC
http://dev.w3.org/csswg/cssom/#fetching-css-style-sheets

As far as I understand it a foreign-origin resource should show up in CSSOM when it is provided with CORS headers. Apparently you also need to set the crossorigin attribute on the link element for this to work. 

If this is correct, a note should point this out so readers can make this connection more easily.