Bug 74736 - Miscellaneous Filter updates to align with spec
Summary: Miscellaneous Filter updates to align with spec
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-12-16 12:03 PST by Dean Jackson
Modified: 2011-12-18 22:21 PST (History)
8 users (show)

See Also:


Attachments
Patch (97.19 KB, patch)
2011-12-16 15:08 PST, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2011-12-16 12:03:46 PST
https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html

- opacity() had values the wrong way around (should match CSS opacity)
- remove sharpen() effect (as resolved at TPAC)
- mention that hue-rotate should not normalize
- remove gamma() and replace with the more useful brightness() and contrast()
- blur() should only take one parameter to be more equivalent to CSS shadows
Comment 1 Radar WebKit Bug Importer 2011-12-16 12:04:00 PST
<rdar://problem/10594672>
Comment 2 Dean Jackson 2011-12-16 15:08:58 PST
Created attachment 119681 [details]
Patch
Comment 3 Dean Jackson 2011-12-16 16:02:15 PST
http://trac.webkit.org/changeset/103125
Comment 4 Darin Adler 2011-12-18 22:21:53 PST
Forgot to update window-properties-expected.txt for the change in filter value DOM constants.