Bug 76438
| Summary: | CSS Shaders: Parse boolean parameters for the custom() filter syntax | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> |
| Component: | CSS | Assignee: | 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 | ||
Alexandru Chiculita
Parse float paramaters for CSS Filters custom() syntax.
.shaded {
filter: custom(
url(distort.vs) url(tint.fs),
useDisort false, useTint true
);
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dirk Schulze
We decided to not implement boolean for now.