Bug 112882 - CSS reference filters should make CORS requests for SVG files
Summary: CSS reference filters should make CORS requests for SVG files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68469
  Show dependency treegraph
 
Reported: 2013-03-20 23:19 PDT by Dominic Mazzoni
Modified: 2014-03-02 09:14 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 2013-03-20 23:19:22 PDT
Currently a CSS reference filter is limited to SVG files from the same page or same origin, e.g.:

box {
  -webkit-filter: url('myfilters.svg#filter1');
}

We should make it possible to reference filters from other origins if that other origin allows it.