Bug 94418 - Refactor SVGMaskElement to inherit from StyledElement
Summary: Refactor SVGMaskElement to inherit from StyledElement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philip Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 15:08 PDT by Philip Rogers
Modified: 2012-08-18 17:57 PDT (History)
3 users (show)

See Also:


Attachments
Refactor SVGMaskElement to inherit from StyledElement (2.79 KB, patch)
2012-08-18 15:12 PDT, Philip Rogers
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2012-08-18 15:08:27 PDT
SVGMaskElement is a subclass of SVGStyledLocatableElement but it should be a subclass of SVGStyledElement.

Spec: http://www.w3.org/TR/SVG/single-page.html#masking-InterfaceSVGMaskElement
Comment 1 Philip Rogers 2012-08-18 15:12:56 PDT
Created attachment 159271 [details]
Refactor SVGMaskElement to inherit from StyledElement
Comment 2 Dirk Schulze 2012-08-18 17:06:49 PDT
Don't spend to much Time in refactoring. The structure will change with SVG2 completely.
Comment 3 WebKit Review Bot 2012-08-18 17:57:54 PDT
Comment on attachment 159271 [details]
Refactor SVGMaskElement to inherit from StyledElement

Clearing flags on attachment: 159271

Committed r125971: <http://trac.webkit.org/changeset/125971>
Comment 4 WebKit Review Bot 2012-08-18 17:57:57 PDT
All reviewed patches have been landed.  Closing bug.