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 23997 - "If document is in quirks mode, response is CORS..."
Summary: "If document is in quirks mode, response is CORS..."
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: 2013-12-04 14:36 UTC by Simon Pieters
Modified: 2013-12-04 14:36 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-12-04 14:36:54 UTC
http://dev.w3.org/csswg/cssom/#fetching-css-style-sheets

[[
If document is in quirks mode, response is CORS-same-origin and the Content-Type metadata of response is not a supported styling language change the Content-Type metadata of response to text/css.
]]

Should compare the document's origin with the request's origin after fetch has completed (ack annevk)