[Webkit-unassigned] [Bug 103493] display: none ignored on outermost SVG element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 08:19:24 PST 2012


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


Stephen Chenney <schenney at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schenney at chromium.org




--- Comment #2 from Stephen Chenney <schenney at chromium.org>  2012-11-28 08:21:38 PST ---
This is a side effect of the fact that SVG needs renderers for content hat the SVG spec defines as display:none. Examples include filters, masks, patterns, anything in defs elemens, etc.

Mozilla have apparently also had issue with this: https://bugzilla.mozilla.org/show_bug.cgi?id=376027

We should still fix it though, as it should be possible to put display:none on the root SVG and have nothing display.

-- 
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