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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 01:08:52 PST 2012


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

           Summary: display: none ignored on outermost SVG element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at chromium.org
                CC: zimmermann at kde.org, pdr at google.com


If you do <svg style="display: none"> on the outermost SVG element we ignore it which is wrong. 

I tried to fix this, but it's hard since we depend on the SVGDocument::rootElement() having a renderer. Instead SVG should use a RenderView like HTML for the thing that must always exist.

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