Bug 94418

Summary: Refactor SVGMaskElement to inherit from StyledElement
Product: WebKit Reporter: Philip Rogers <pdr>
Component: SVGAssignee: Philip Rogers <pdr>
Status: RESOLVED FIXED    
Severity: Normal CC: krit, webkit.review.bot, zimmermann
Priority: P2    
Version: 420+   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Refactor SVGMaskElement to inherit from StyledElement none

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.