[Webkit-unassigned] [Bug 45561] NULL deref when SVG elements have table styles
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 10 22:52:13 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45561
--- Comment #1 from Nikolas Zimmermann <zimmermann at kde.org> 2010-09-10 22:52:13 PST ---
Hi Justin,
The SVG spec states, http://www.w3.org/TR/SVG/painting.html, section 11.5 "Controlling visibility"
"A value of display: none indicates that the given element and its children shall not be rendered directly (i.e., those elements are not present in the rendering tree). Any value other than none or inherit indicates that the given element shall be rendered by the SVG user agent."
That means we should treat all display values the same, as it can either mean it's rendered or not.
It should not be possible to alter "display: block" for <text> & <foreignObject> in our implementation.
Cheers,
Niko
--
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