[webkit-reviews] review denied: [Bug 42815] getBoundingClientRect Broken for SVG Elements : [Attachment 65517] Fix and layout test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 22:05:32 PDT 2010


Dirk Schulze <krit at webkit.org> has denied Cosmin Truta <ctruta at chromium.org>'s
request for review:
Bug 42815: getBoundingClientRect Broken for SVG Elements
https://bugs.webkit.org/show_bug.cgi?id=42815

Attachment 65517: Fix and layout test
https://bugs.webkit.org/attachment.cgi?id=65517&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
RenderPath and the other SVG renderers (without SVGRoot and some more) are no
elements that follow the boxing model, so it is wrong to inherit from
RenderBox. It's better to follow Nikos suggestion.


More information about the webkit-reviews mailing list