This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20781 - SVGFEGaussianBlurElement implements SVGFilterPrimitiveStandardAttributes; mentioned twice
Summary: SVGFEGaussianBlurElement implements SVGFilterPrimitiveStandardAttributes; men...
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Filter Effects (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Dean Jackson
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-26 13:14 UTC by Ms2ger
Modified: 2013-01-26 17:28 UTC (History)
4 users (show)

See Also:


Attachments

Description Ms2ger 2013-01-26 13:14:57 UTC
The code

SVGFEGaussianBlurElement implements SVGFilterPrimitiveStandardAttributes;

is in both

18.23. Interface SVGFEGaussianBlurElement
18.24. Interface SVGFEImageElement

The former should be enough.
Comment 1 Ms2ger 2013-01-26 13:16:08 UTC
Looks like the latter should be

SVGFEImageElement implements SVGFilterPrimitiveStandardAttributes;

actually.
Comment 2 Dirk Schulze 2013-01-26 17:28:43 UTC
Thank you! Fixed.