Compatibility Master Table

Hell is other browsers — Sartre

My Compatibility Tables are by far the most popular resource on this site. Here you find the master table that contains links to the individual tables.

A “To be tested” means that I haven’t yet tested the specific browser named in the table. Usually the detail table contains data about a previous version, though.

An “Untestable” means that I no longer have that browser available due to browser vendors’ absurd update policies that remove older versions without warning.

When I test new browsers I do not always run all the tests; doing so would cost me about a week of full-time work. Therefore most tables usually lag behind the latest crop of browsers. In general, when a new test round starts I test the table that’s most behind and work my way up to the more recently updated tables.

Load the update dates of the individual tables (may take a little while).

Selector IE 5.5 IE 6 IE 7 IE8 IE9 pr3 FF 3.0 FF 3.5 FF 3.6 FF 4b1 Saf 4.0 Win Saf 5.0 Win Chrome 4 Chrome 5 Opera 10.10 Opera 10.53 Opera 10.60 Konqueror 4.x
Incorrect Incomplete Yes Yes Yes Yes Yes To be tested

CSS 2 has become the baseline of CSS support; without it a browser is decidedly backward.

Minimal Incomplete Almost Almost Almost Almost Almost To be tested

The compatibility information here is about the CSS3 modules I test. It is not necessarily valid for the browsers’ entire CSS3 support.

Node manipulation Yes Yes Yes Yes Yes To be tested

The W3C DOM Core module defines how to access, read and manipulate an XML document. Well-formed HTML documents are XML documents, so these methods and properties can be used to completely rewrite any HTML page, if you so wish.

Here you find details on how to find elements, how to create new ones, how to read out node information and how to change the structure of the document.

HTML tag manipulation Yes Yes Yes Yes Yes To be tested

Though HTML documents are XML documents, they have a number of special features that the average XML document doesn't have. The W3C DOM HTML module defines these special cases and how to deal with them.

Here you find details on getting and setting properties of HTML elements, such as className or id. The innerHTML property is of prime importance to any DOM script.

Stylesheet manipulation Alternative Yes Yes Yes Yes Yes To be tested

Style sheets are part of the document, too (sort of). The W3C DOM CSS module gives access to style sheets and allows you to change a style sheet.

This module contains some browser incompatibilities, but they are of the cute kind. W3C and Microsoft define some different methods and arrays, but some simple object detection allows you to evade these problems.

Yes To be tested Yes To be tested To be tested To be tested Yes To be tested To be tested

Event support in all browsers.

  • Konqueror lacks support for some common events.
Element dimensions, mouse coordinates, and miscellaneous Incomplete Almost Yes Almost Almost Almost Almost To be tested

This specification contains several age-old properties that all browser support but that never have made it to a W3C specification yet.

Selector IE 5.5 IE 6 IE 7 IE8 IE9 pr3 FF 3.0 FF 3.5 FF 3.6 FF 4b1 Saf 4.0 Win Saf 5.0 Win Chrome 4 Chrome 5 Opera 10.10 Opera 10.53 Opera 10.60 Konqueror 4.x

Mobile

I’m increasingly occupied by mobile browser testing, especially in those areas where mobile is different from desktop.

Other resources

See also the WebKit table that compares about 20 WebKit-based browsers and tries to prove there is no “WebKit on mobile.”

Finally, I have a few HTML5 tests, but not nearly enough. I hope to expand this section in the future.

Outdated resources

In addition to the tables mentioned above I created the following resources that are unfortunately out-of-date. Use with care: