Bug 96229
Summary: | [CSS Shaders] Parse texture(<uri>) parameter values | ||
---|---|---|---|
Product: | WebKit | Reporter: | Max Vujovic <mvujovic> |
Component: | CSS | Assignee: | Michelangelo De Simone <michelangelo> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | achicu, dino, krit, michelangelo, syoichi |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 71392, 96230, 113695 |
Max Vujovic
The Filter Effects spec [1] defines the syntax for texture parameter values:
<param-name> <param-value>
<param-value> texture(<uri> | <filter-primitive-reference>)
This bug covers parsing texture(<uri>).
[1]: https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#feCustomElement
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michelangelo De Simone
*** Bug 71442 has been marked as a duplicate of this bug. ***