Bug 76438

Summary: CSS Shaders: Parse boolean parameters for the custom() filter syntax
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: krit, michelangelo, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://dvcs.w3.org/hg/FXTF/raw-file/tip/custom/index.html#other-uniform-variables-the-css-shaders-
Bug Depends on:    
Bug Blocks: 71395, 113695    

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.