A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

DOM features: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Create page)
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class=wikitable
{| class=wikitable
|-
|-
! Feature          || Version || Specification || Trident || Gecko || WebKit || Presto
! Feature          || Version || Specification || IE8    || Gecko || WebKit || Presto
|-
|-
| XML              || 1.0    || Web DOM Core  || ?       || Y    || ?     || ?
| XML              || 1.0    || Web DOM Core  || N       || Y    || Y     || ?
|-
|-
| XML              || 2.0    || Web DOM Core  || ?       || Y    || ?     || ?
| XML              || 2.0    || Web DOM Core  || N       || Y    || Y     || ?
|-
|-
| Core              || 1.0    ||              || ?       || N    || Y      || ?
| Core              || 1.0    ||              || N       || N    || Y      || ?
|-
|-
| Core              || 2.0    || Web DOM Core  || ?       || Y    || ?     || ?
| Core              || 2.0    || Web DOM Core  || N       || Y    || Y     || ?
|-
|-
| HTML              || 1.0    || HTML          || ?       || Y    || ?     || ?
| HTML              || 1.0    || HTML          || Y       || Y    || Y     || ?
|-
|-
| HTML              || 2.0    || HTML          || ?       || Y    || ?     || ?
| HTML              || 2.0    || HTML          || N       || Y    || Y     || ?
|-
|-
| XHTML            || 1.0    || HTML          || ?       || N    || ?     || ?
| XHTML            || 1.0    || HTML          || N       || N    || Y     || ?
|-
|-
| XHTML            || 2.0    || HTML          || ?       || Y    || ?     || ?
| XHTML            || 2.0    || HTML          || N       || Y    || Y     || ?
|-
|-
| Views            || 2.0    || DOM2VIEWS    || ?       || Y    || ?     || ?
| Views            || 2.0    || DOM2VIEWS    || N       || Y    || Y     || ?
|-
|-
| StyleSheets      || 2.0    || DOM2STYLE    || ?       || Y    || ?     || ?
| StyleSheets      || 2.0    || DOM2STYLE    || N       || Y    || Y     || ?
|-
|-
| CSS              || 2.0    || DOM2STYLE    || ?       || Y    || ?     || ?
| CSS              || 2.0    || DOM2STYLE    || N       || Y    || Y     || ?
|-
|-
| CSS2              || 2.0    || DOM2STYLE    || ?       || Y    || ?     || ?
| CSS2              || 2.0    || DOM2STYLE    || N       || Y    || Y     || ?
|-
|-
| Events            || 2.0    || DOM3EVENTS    || ?       || Y    || ?     || ?
| Events            || 2.0    || DOM3EVENTS    || N       || Y    || Y     || ?
|-
|-
| Events            || 3.0    || DOM3EVENTS    || ?       || N    || ?     || ?
| Events            || 3.0    || DOM3EVENTS    || N       || N    || N     || ?
|-
|-
| Events.*          || 3.0    || DOM3EVENTS    || ?       || N    || ?     || ?
| Events.*          || 3.0    || DOM3EVENTS    || N       || N    || N     || ?
|-
|-
| UIEvents          || 2.0    || DOM2EVENTS    || ?       || Y    || ?     || ?
| UIEvents          || 2.0    || DOM2EVENTS    || N       || Y    || Y     || ?
|-
|-
| MouseEvents      || 2.0    || DOM2EVENTS    || ?       || Y    || ?     || ?
| MouseEvents      || 2.0    || DOM2EVENTS    || N       || Y    || Y     || ?
|-
|-
| MutationEvents    || 2.0    || DOM2EVENTS    || ?       || N    || ?     || ?
| MutationEvents    || 2.0    || DOM2EVENTS    || N       || N    || Y     || ?
|-
|-
| HTMLEvents        || 2.0    || DOM2EVENTS    || ?       || Y    || ?     || ?
| HTMLEvents        || 2.0    || DOM2EVENTS    || N       || Y    || Y     || ?
|-
|-
| MouseScrollEvents || 2.0    ||              || ?       || Y    || ?     || ?
| MouseScrollEvents || 2.0    ||              || N       || Y    || N     || ?
|-
|-
| Range            || 2.0    || DOM2RANGE    || ?       || Y    || ?     || ?
| Range            || 2.0    || DOM2T-RANGE  || N       || Y    || Y     || ?
|-
|-
| XPath            || 3.0    || DOM3XPATH (N) || ?       || Y     || ?     || ?
| Traversal        || 2.0    || DOM2T-RANGE  || N       || N     || Y     || ?
|-
|-
| colspan=7 class=XXX | SVG & SMIL
| XPath            || 3.0    || DOM3XPATH (N) || N      || Y    || Y      || ?
|-
| TextEvents        || 3.0    || ?            || N      || N    || Y      || ?
|-
| Selectors-API    || 1.0    || Selector API  || N      || N    || N      || ?
|-
| SVGEvents        || 1.0    ||              || ?      || Y    || ?      || ?
|-
| SVGEvents        || 1.1    ||              || ?      || Y    || ?      || ?
|-
| SVGZoomEvents    || 1.0    ||              || ?      || Y    || ?      || ?
|-
| SVGZoomEvents    || 1.1    ||              || ?      || Y    || ?      || ?
|-
| TimeControl      || 1.0    ||              || ?      || Y    || ?      || ?
|-
| colspan=7 class=XXX | SVG & SMIL URL / reverse URLS: see http://mxr.mozilla.org/mozilla-central/source/content/svg/content/src/nsSVGFeaturesList.h
|}
|}
WebKit: http://trac.webkit.org/browser/trunk/Source/WebCore/dom/DOMImplementation.cpp#L220
[[Category:Registries]]

Latest revision as of 17:07, 6 April 2012

Feature Version Specification IE8 Gecko WebKit Presto
XML 1.0 Web DOM Core N Y Y ?
XML 2.0 Web DOM Core N Y Y ?
Core 1.0 N N Y ?
Core 2.0 Web DOM Core N Y Y ?
HTML 1.0 HTML Y Y Y ?
HTML 2.0 HTML N Y Y ?
XHTML 1.0 HTML N N Y ?
XHTML 2.0 HTML N Y Y ?
Views 2.0 DOM2VIEWS N Y Y ?
StyleSheets 2.0 DOM2STYLE N Y Y ?
CSS 2.0 DOM2STYLE N Y Y ?
CSS2 2.0 DOM2STYLE N Y Y ?
Events 2.0 DOM3EVENTS N Y Y ?
Events 3.0 DOM3EVENTS N N N ?
Events.* 3.0 DOM3EVENTS N N N ?
UIEvents 2.0 DOM2EVENTS N Y Y ?
MouseEvents 2.0 DOM2EVENTS N Y Y ?
MutationEvents 2.0 DOM2EVENTS N N Y ?
HTMLEvents 2.0 DOM2EVENTS N Y Y ?
MouseScrollEvents 2.0 N Y N ?
Range 2.0 DOM2T-RANGE N Y Y ?
Traversal 2.0 DOM2T-RANGE N N Y ?
XPath 3.0 DOM3XPATH (N) N Y Y ?
TextEvents 3.0 ? N N Y ?
Selectors-API 1.0 Selector API N N N ?
SVGEvents 1.0 ? Y ? ?
SVGEvents 1.1 ? Y ? ?
SVGZoomEvents 1.0 ? Y ? ?
SVGZoomEvents 1.1 ? Y ? ?
TimeControl 1.0 ? Y ? ?
SVG & SMIL URL / reverse URLS: see http://mxr.mozilla.org/mozilla-central/source/content/svg/content/src/nsSVGFeaturesList.h

WebKit: http://trac.webkit.org/browser/trunk/Source/WebCore/dom/DOMImplementation.cpp#L220