Bug 4330 - hasFeature('xhtml', ...) should return true
Summary: hasFeature('xhtml', ...) should return true
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 00:35 PDT by Anders Carlsson
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
Support xhtml (6.30 KB, patch)
2005-08-08 00:35 PDT, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2005-08-08 00:35:28 PDT
Since we support xhtml, hasFeature('xhtml', ...) should return true.
Comment 1 Anders Carlsson 2005-08-08 00:35:55 PDT
Created attachment 3274 [details]
Support xhtml
Comment 2 Darin Adler 2005-08-08 08:35:04 PDT
Comment on attachment 3274 [details]
Support xhtml

Only one question: Should we be answering true to "xhtml" version 2.0?
Otherwise, r=me.
Comment 3 Anders Carlsson 2005-08-08 08:40:22 PDT
"2.0" here means DOM version 2.0 (DOM level 2), so we should say yes to that. Mozilla does it
Comment 4 Justin Garcia 2005-08-09 14:52:30 PDT
Landing this
Comment 5 Lucas Forschler 2019-02-06 09:03:31 PST
Mass moving XML DOM bugs to the "DOM" Component.