Bug 10297
Summary: | hasFeature() DOM API should return the features that are implemented | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Carson <dacarson> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cfis, gavin.sharp |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/Samples/hasFeature.htm | ||
Bug Depends on: | 10230 | ||
Bug Blocks: |
David Carson
It seems that some of the features are supported, but are currently returning false.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
*** Bug 17400 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
I think our hasFeature is pretty accurate now. We just need to fix our filter support:
http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/DOMImplementation.cpp#L102