[Webkit-unassigned] [Bug 108665] SVGCircleElement, SVGRectElement, SVGSVGElement do not inherit from SVGElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 15:01:40 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108665


Philip Rogers <pdr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |107386




--- Comment #2 from Philip Rogers <pdr at google.com>  2013-02-02 15:03:43 PST ---
Thank you for taking the time to file this. Do you know of sites that are affected by this, beyond the ietestcenter tests?


I regressed this with http://trac.webkit.org/changeset/140265.

SVG2 makes all elements stylable but that refactoring was not feasible in a single patch. Therefore, we're attacking this in two steps:
1) Move these graphical elements from SVGStylable to SVGStyledElement. (r140265)
2) Merge SVGStyledElement into SVGElement. (https://bugs.webkit.org/show_bug.cgi?id=107386)

Until #2 is finished, we will fail these tests. I'm marking this as depending on wkbug.com/107386 for now. @Dirk, we should have another hackathon to fix this :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list