Closed Bug 1213388 Opened 9 years ago Closed 9 years ago

Implement the filter()-function for <image> values (CSS Filter Effects Level 1)

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1191043

People

(Reporter: bjorklund.emil, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36 Steps to reproduce: Visit demo at http://jsbin.com/fuxoso/4/edit?html,css,output Actual results: The background image (W3C logo, blue) is still blue. Expected results: The background image should have a hue-rotate(90deg) applied, and be purple instead of blue. The same filter, but as filter property (rather than functional notation) is applied to the <img>, for reference. The Filter Effects Module, Level 1 defines the filter function for image values (http://www.w3.org/TR/filter-effects/#FilterCSSImageValue),using the same filters as can be applied element rendering. So far only WebKit has implemented this part of the specification (view demo in WebKit nightlies to see intended effects).
Severity: normal → enhancement
Component: Untriaged → CSS Parsing and Computation
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Summary: Implement the filter()-function for <image> values → Implement the filter()-function for <image> values (CSS Filter Effects Level 1)
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.