[Webkit-unassigned] [Bug 38789] New: document.implementation.hasFeature("Events", "3.0") returns false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 19:21:17 PDT 2010


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

           Summary: document.implementation.hasFeature("Events", "3.0")
                    returns false
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://samples.msdn.microsoft.com/ietestcenter/domeven
                    ts/domevents_harness.htm?url=hasFeature.Events
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org


http://www.w3.org/TR/DOM-Level-3-Events/#dom-events-conformance sez:

A DOM application may use the hasFeature(feature, version) method of the
DOMImplementation interface with parameter values "Events" and "3.0"
(respectively) to determine whether or not DOM Level 3 Events is supported by
the implementation, and the implementation must return true.Since DOM Level 3
Events is built on top of DOM Level 2 Events [DOM Level 2 Events], an
implementation that returns true for "Events" and "3.0" shall also return true
for the parameters "Events" and "2.0".The same holds for the feature strings
defined for the individual event modules as applicable. Refer to DOM Features
in [DOM Level 3 Core] for additional information.

If we support dom level 3 events, we need to return true.  If we don't support
dom level 3 events we should.

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