Bug 76438 - CSS Shaders: Parse boolean parameters for the custom() filter syntax
Summary: CSS Shaders: Parse boolean parameters for the custom() filter syntax
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://dvcs.w3.org/hg/FXTF/raw-file/...
Keywords:
Depends on:
Blocks: 71395 113695
  Show dependency treegraph
 
Reported: 2012-01-17 01:41 PST by Alexandru Chiculita
Modified: 2013-04-19 21:24 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-01-17 01:41:42 PST
Parse float paramaters for CSS Filters custom() syntax.

.shaded {
    filter: custom(
                   url(distort.vs) url(tint.fs), 
                   useDisort false, useTint true
                );
}
Comment 1 Dirk Schulze 2013-04-19 21:24:18 PDT
We decided to not implement boolean for now.