[Webkit-unassigned] [Bug 17400] New: hasFeature Broken (WebKit claims it does not support SVG)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 16 19:02:46 PST 2008


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

           Summary: hasFeature Broken (WebKit claims it does not support
                    SVG)
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfis at savagexi.com


The lastest Webkit nightlies and Safari 3.1 claim they do not support SVG:

<script type="text/javascript">
alert(document.implementation.hasFeature('http://www.w3.org/tr/svg11/feature#SVG',
'1.1'))
alert(document.implementation.hasFeature('org.w3c.dom.svg', '1.0'))
</script>

Both return false.  Earlier versions  of Webkit (and Safari 3.0.x betas) return
true (at least on the second check) as they should.


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