Bug 112882
Summary: | CSS reference filters should make CORS requests for SVG files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominic Mazzoni <dmazzoni> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, krit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 68469 |
Dominic Mazzoni
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |