[Webkit-unassigned] [Bug 12609] New: Any SVG element will create renderers even when children of HTML elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 05:47:50 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12609

           Summary: Any SVG element will create renderers even when children
                    of HTML elements
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: macdome at opendarwin.org


Any SVG element will create renderers even when children of HTML elements

This likely will result in all sorts of bad behavior and crashes.  Either every
createRenderer() needs a check to makes sure it's parent is an SVG element, or
HTMLElement::childShouldCreateRenderer() should return false for SVG elements
when the document is not an xhtml document and the element is not an <svg>
element.


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



More information about the webkit-unassigned mailing list