Hi, The 'filter' property can have a list of filter functions including a url() for referencing <filter> elements. What happens if the <filter> element does not exist or is invalid because of other reasons? Example: filter: blur(4px) url(#invalid) contrast(0.5); 1) Refuse the whole filter chain (as if 'none' was specified)? 2) The url() is just a pass-through and the filter chain continues as if url() was not specified? Chrome/Safari seem to do the later. I am not sure if that is correct but maybe it is. How does the computed style look like for this property if the url is invalid? Greetings, DirkReceived on Friday, 12 July 2013 12:29:00 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:32 UTC