Bug 96229 - [CSS Shaders] Parse texture(<uri>) parameter values
Summary: [CSS Shaders] Parse texture(<uri>) parameter values
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P4 Normal
Assignee: Michelangelo De Simone
URL:
Keywords:
: 71442 (view as bug list)
Depends on:
Blocks: 71392 96230 113695
  Show dependency treegraph
 
Reported: 2012-09-09 22:45 PDT by Max Vujovic
Modified: 2014-03-02 08:55 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Vujovic 2012-09-09 22:45:51 PDT
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
Comment 1 Michelangelo De Simone 2012-11-27 14:07:09 PST
*** Bug 71442 has been marked as a duplicate of this bug. ***