Web browser standards support

This document will summarize the level of support for web standards and maturing technologies in popular web browsers. It covers the Internet Explorer web browser, with focus on the HTML, CSS, DOM, and ECMAScript technologies.

Pick browsers to display

Table of Contents

  1. Quick links
  2. Accessibility features
  3. How to interpret these tables
  4. How features are rated
  5. Specification maturity levels
  6. Web standards and maturing technologies (summaries)
    1. HTML
    2. CSS
    3. DOM
    4. ECMAScript
    5. Summary
  7. About other browsers
  8. How to contribute
  9. Disclaimer

Accessibility features

Up

Visitors with visual impairments may take advantage of a magnified version or a monochrome version of these documents. In most web browsers, you can select your preferred view by going to the View menu and then Page Style or Style. This mechanism is not supported by Internet Explorer or Safari.

How to interpret these tables

Up

Each row corresponds to a feature of the particular web standard or maturing specification. In the full tables, the browser support for that feature is usually indicated by a single letter: Y (yes), N (no), or I (incomplete support). A question mark (?) means that the support for that feature is currently unknown. The values have been colored for readability. Most feature names in the full tables are links to the official standards definitions.

Some features are listed as a summary of another group of features on the tables. These summary features often show percentages indicating the mean average support for the features in that group. Incomplete (I) support for a feature is calculated as a 50% support. Features with unknown levels of support are ignored. Features that are irrelevant in the summarized context are also ignored, such as the “inherit” values in the individual components of CSS shorthand properties. If more than 5% of the data in the summarized group is unknown, it simply lists a question mark. If all of the summarized features have all or no support, the summary feature simply lists a Y or N, respectively. If there is only one feature summarized and it has an I rating, the summary feature simply lists an I.

Some summary features summarize a feature breakdown that is not written out on these tables but is obvious in the standard's specification, such as a predefined set of possible values for an attribute in HTML. These summary features assume a value for general support and an additional value for each part of the breakdown in order to arrive at the displayed percentage.

The tables on this page and the summary page are in summarized form. Each row is a summary feature of the corresponding group in the full tables. Feature names are links to the corresponding sections of the full tables.

Some feature ratings have explanations associated with them, particularly for those with an “I” rating. The explanations are stored in the title attribute of the table cell or in a mouseover event for user agents supporting ECMAScript, and can usually be accessed by user agents with mouse support by hovering the mouse cursor over the table cell. These rating symbols are marked with an overline.

There are three families of web browsers shown here by default: IE, Firefox, and Opera. IE values are relevant for Microsoft Internet Explorer for Windows, Maxthon, Netscape in “I Trust This Site” or Internet Explorer mode, Avant Browser, AOL Browser, and other programs that use the Trident layout engine. (It should be noted that Internet Explorer for the Macintosh uses a different layout engine.) Firefox values are relevant for corresponding versions of Mozilla Firefox, the Mozilla Application Suite, Seamonkey, Netscape in “I'm Not Sure” or Netscape mode, Camino, Flock, Galeon, Epiphany, and other programs that use the Gecko layout engine. Opera values are relevant for Opera, Dreamweaver on Mac OS X, Adobe Creative Suite 2, and other programs that use the Presto layout engine. For features that are specific to the interface of the browser rather than simply the layout engine, the named web browser is the browser being tested.

How features are rated

Up

If the browser doesn't recognize a given feature or admits that the feature is not yet implemented, and the browser is supposed to do something with the feature, it receives an automatic N. Features in description languages such as HTML that don't have a clear functional purpose are expected to contain information that is made directly available to the user. If the browser appears to support a given feature completely with no significantly impairing bugs, the feature receives a Y. In other cases, the feature generally receives an I, often with an explanation attached (see above). For consistency reasons, it will receive an I even if the feature never performs a correct task or always returns an incorrect value, as long as the browser shows that it recognizes the feature and attempts to utilize it.

A Y value can only be given if the feature is supported natively or by a plugin distributed as an official optional component of the web browser. If it requires a plugin not officially endorsed and distributed by the creators of the web browser, it can at best receive an I rating. If the feature requires a plugin, but there is no such plugin that is officially promoted by the creators of the browser, it receives an N. This is done because all major browsers have a variety of third party plugins available to extend the browser's standards support, and including them would defeat the purpose of judging the browser itself.

Features are generally tested with webpages using valid HTML or XHTML markup with strict doctypes, doctype URLs, and no XML declaration. Some browsers will purposefully implement some features incorrectly when there are perceived errors on the page, particularly when no doctype is used, or when certain types of doctypes are used. In order to see the following results, make sure that you are using valid markup and a doctype that triggers the closest mode to standards mode in the respective browser. You can check an HTML or XHTML document for validity by using the W3C HTML validator.

Specification maturity levels

Up

World Wide Web Consortium specifications are included in this resource once they have reached the Candidate Recommendation (CR) status for the first time. Some of the technologies detailed here, such as the changes in CSS 2.1 over CSS 2 and the included sections of CSS 3, are still at this stage or have been regressed from CR status. This means that these technologies are not yet technically considered web standards and it is incorrect for these new features to be used on webpages. The CR stage is when web browsers are expected to begin implementing support for the relevant features. After the specification is implemented by a predetermined number of user agents, it moves on to Proposed Recommendation status and eventually becomes a Recommendation. It isn't until a specification reaches this Recommendation stage that it is technically considered a web standard. For more information, see Advancing a Technical Report to Recommendation.

Features that have been marked as deprecated in the relevant specifications are not included in these tables.

Web standards and maturing technologies

Up

HTML

Up

HTML is the primary language that makes up a webpage. It puts together all of the text, images, scripts, and other content.

In most web browsers, you can view this page's HTML code by going to the View menu and selecting “Page Source” or “Source”.

This table is in summarized form. View the full tables

HTML / XHTML
Feature IE 8
HTML 4.01
a ?
abbr ?
acronym ?
address ?
area ?
b ?
base ?
bdo ?
big ?
blockquote ?
body ?
br ?
button ?
caption ?
cite ?
code ?
col ?
colgroup ?
dd ?
del ?
dfn ?
div ?
dl ?
dt ?
em ?
fieldset ?
form ?
frame ?
frameset ?
h1 ?
h2 ?
h3 ?
h4 ?
h5 ?
h6 ?
head ?
hr ?
html ?
i ?
iframe ?
img ?
input ?
ins ?
kbd ?
label ?
legend ?
li ?
link ?
map ?
meta ?
noframes ?
noscript ?
object ?
ol ?
optgroup ?
option ?
p ?
param ?
pre ?
q ?
samp ?
script Y
select ?
small ?
span ?
strong ?
style ?
sub ?
sup ?
table ?
tbody ?
td ?
textarea ?
tfoot ?
th ?
thead ?
title ?
tr ?
tt ?
ul ?
var ?
Core attributes ?
Event attributes Y
Internationalization (i18n) attributes ?
Cell alignment attributes ?
SGML inheritance ?
XHTML 1.0 changes
HTML in XML ?
Documents must be well-formed ?
Media types ?
DTD changes ?
XHTML 1.1 changes
rb ?
rbc ?
rp ?
rt ?
rtc ?
ruby ?

CSS

Up

CSS is the primary language for adding presentation elements to a webpage. These presentation elements include colors, fonts, backgrounds, and layout.

View this page without CSS

This table is in summarized form. View the full tables

CSS 2.1
Feature IE 8
CSS 2.1 Units
Color Y
Counter Y
Integer Y
Length Y
Number Y
Percentage Y
String Y
URI Y
CSS 2.1 Importance
!important Y
CSS 2.1 At-rules
@charset Y
@import Y
@media Y
@page Y
CSS 2.1 Basic selectors
* Y
E Y
E F Y
E > F Y
E + F Y
[attr] Y
[attr="value"] Y
[attr~="value"] Y
[attr|="value"] Y
.class Y
#id Y
CSS 2.1 Pseudo-classes
:active Y
:first-child I
:focus I
:hover Y
:lang(C) Y
:link Y
:visited Y
CSS 2.1 Pseudo-elements
:after Y
:before Y
:first-letter Y
:first-line Y
CSS 2.1 Basic properties
background Y
background-attachment Y
background-color Y
background-image Y
background-position Y
background-repeat Y
border Y
border-bottom Y
border-bottom-color Y
border-bottom-style Y
border-bottom-width Y
border-collapse Y
border-color Y
border-left Y
border-left-color Y
border-left-style Y
border-left-width Y
border-right Y
border-right-color Y
border-right-style Y
border-right-width Y
border-spacing Y
border-style Y
border-top Y
border-top-color Y
border-top-style Y
border-top-width Y
border-width Y
bottom Y
caption-side Y
clear Y
clip Y
color Y
content Y
counter-increment Y
counter-reset Y
cursor 98%
direction Y
display 94%
empty-cells Y
float 80%
font Y
font-family Y
font-size Y
font-style Y
font-variant Y
font-weight Y
height Y
left Y
letter-spacing Y
line-height Y
list-style Y
list-style-image Y
list-style-position Y
list-style-type Y
margin Y
margin-bottom Y
margin-left Y
margin-right Y
margin-top Y
max-height Y
max-width 90%
min-height Y
min-width Y
outline Y
outline-color Y
outline-style Y
outline-width Y
overflow Y
padding Y
padding-bottom Y
padding-left Y
padding-right Y
padding-top Y
position 83%
quotes Y
right Y
table-layout Y
text-align Y
text-decoration Y
text-indent Y
text-transform Y
top Y
unicode-bidi Y
vertical-align Y
visibility Y
white-space 79%
width Y
word-spacing Y
z-index Y
CSS 2.1 Print properties
orphans Y
page-break-after Y
page-break-before Y
page-break-inside Y
widows Y
CSS 2.1 Conformance
Conformance Y
CSS 3 changes
Feature IE 8
CSS 3 Units
Appearance ?
Color ?
Counter ?
ID ?
Target name ?
CSS 3 At-rules
@color-profile ?
@media ?
@page ?
CSS 3 Basic selectors
E ~ F ?
[attr^="value"] ?
[attr$="value"] ?
[attr*="value"] ?
CSS 3 Pseudo-classes
:root ?
:nth-child(N) ?
:nth-last-child(N) ?
:nth-of-type(N) ?
:nth-last-of-type(N) ?
:last-child ?
:first-of-type ?
:last-of-type ?
:only-child ?
:only-of-type ?
:empty ?
:target ?
:enabled ?
:disabled ?
:checked ?
:contains(C) ?
:not(S) ?
:default ?
:valid ?
:invalid ?
:in-range ?
:out-of-range ?
:required ?
:optional ?
:read-only ?
:read-write ?
CSS 3 Pseudo-elements
::selection ?
::value ?
::choices ?
::repeat-item ?
::repeat-index ?
CSS 3 Basic properties
appearance ?
box-sizing ?
color ?
color-profile ?
content ?
cursor ?
display ?
font ?
icon ?
nav-down ?
nav-index ?
nav-left ?
nav-right ?
nav-up ?
opacity ?
outline-offset ?
rendering-intent ?
resize ?
ruby-align ?
ruby-overhang ?
ruby-position ?
ruby-span ?
CSS 3 Print properties
image-orientation ?
page ?
page-policy ?
size (@page) ?

DOM

Up

DOM is a model that allows scripting languages to handle browser input and output and manipulate information on webpages. This is essential for high-end web applications.

This table is in summarized form. View the full tables

DOM
Feature IE 8
DOM Level 3 Core
Interface DOMStringList ?
Interface NameList ?
Interface DOMImplementationList ?
Interface DOMImplementationSource ?
Interface DOMImplementation ?
Interface DocumentFragment ?
Interface Document ?
Interface Node ?
Interface NodeList ?
Interface NamedNodeMap ?
Interface CharacterData ?
Interface Attr ?
Interface Element ?
Interface Text ?
Interface Comment ?
Interface TypeInfo ?
Interface UserDataHandler ?
Interface DOMError ?
Interface DOMErrorHandler ?
Interface DOMLocator ?
Interface DOMConfiguration ?
Interface CDATASection ?
Interface DocumentType ?
Interface Notation ?
Interface Entity ?
Interface EntityReference ?
Interface ProcessingInstruction ?
DOM Level 2 Events
Interface EventTarget ?
Interface EventListener ?
Interface Event ?
Interface DocumentEvent ?
Interface UIEvent ?
Interface MouseEvent ?
Interface MutationEvent ?
HTML event types ?
DOM Level 2 HTML
Interface HTMLCollection ?
Interface HTMLOptionsCollection ?
Interface HTMLDocument ?
Interface HTMLElement ?
Interface HTMLHtmlElement ?
Interface HTMLHeadElement ?
Interface HTMLLinkElement ?
Interface HTMLTitleElement ?
Interface HTMLMetaElement ?
Interface HTMLBaseElement ?
Interface HTMLIsIndexElement ?
Interface HTMLStyleElement ?
Interface HTMLBodyElement ?
Interface HTMLFormElement ?
Interface HTMLSelectElement ?
Interface HTMLOptGroupElement ?
Interface HTMLOptionElement ?
Interface HTMLInputElement ?
Interface HTMLTextAreaElement ?
Interface HTMLButtonElement ?
Interface HTMLLabelElement ?
Interface HTMLFieldSetElement ?
Interface HTMLLegendElement ?
Interface HTMLUListElement ?
Interface HTMLOListElement ?
Interface HTMLDListElement ?
Interface HTMLDirectoryElement ?
Interface HTMLMenuElement ?
Interface HTMLLIElement ?
Interface HTMLDivElement ?
Interface HTMLParagraphElement ?
Interface HTMLHeadingElement ?
Interface HTMLQuoteElement ?
Interface HTMLPreElement ?
Interface HTMLBRElement ?
Interface HTMLBaseFontElement ?
Interface HTMLFontElement ?
Interface HTMLHRElement ?
Interface HTMLModElement ?
Interface HTMLAnchorElement ?
Interface HTMLImageElement ?
Interface HTMLObjectElement ?
Interface HTMLParamElement ?
Interface HTMLAppletElement ?
Interface HTMLMapElement ?
Interface HTMLAreaElement ?
Interface HTMLScriptElement ?
Interface HTMLTableElement ?
Interface HTMLTableCaptionElement ?
Interface HTMLTableColElement ?
Interface HTMLTableSectionElement ?
Interface HTMLTableRowElement ?
Interface HTMLTableCellElement ?
Interface HTMLFrameSetElement ?
Interface HTMLFrameElement ?
Interface HTMLIFrameElement ?
DOM Level 3 Load and Save
Interface DOMImplementationLS ?
Interface LSParser ?
Interface LSInput ?
Interface LSResourceResolver ?
Interface LSParserFilter ?
Interface LSProgressEvent ?
Interface LSLoadEvent ?
Interface LSSerializer ?
Interface LSOutput ?
Interface LSSerializerFilter ?
DOM Level 2 Style
Interface StyleSheet ?
Interface StyleSheetList ?
Interface MediaList ?
Interface LinkStyle ?
Interface DocumentStyle ?
Interface CSSStyleSheet ?
Interface CSSRuleList ?
Interface CSSRule ?
Interface CSSStyleRule ?
Interface CSSMediaRule ?
Interface CSSFontFaceRule ?
Interface CSSPageRule ?
Interface CSSImportRule ?
Interface CSSCharsetRule ?
Interface CSSUnknownRule ?
Interface CSSStyleDeclaration ?
Interface CSSValue ?
Interface CSSPrimitiveValue ?
Interface CSSValueList ?
Interface RGBColor ?
Interface Rect ?
Interface Counter ?
Interface ViewCSS ?
Interface DocumentCSS ?
Interface DOMImplementationCSS ?
Interface ElementCSSInlineStyle ?
Interface CSS2Properties ?
DOM Level 2 Traversal and Range
Interface NodeIterator ?
Interface NodeFilter ?
Interface TreeWalker ?
Interface DocumentTraversal ?
Interface Range ?
Interface DocumentRange ?
DOM Level 3 Validation
Interface DocumentEditVAL ?
Interface NodeEditVAL ?
Interface ElementEditVAL ?
Interface CharacterDataEditVAL ?
DOM Level 2 Views
Interface AbstractView ?
Interface DocumentView ?

ECMAScript

Up

ECMAScript is a language used to access and work with the DOM. It was developed as a standardized base for JavaScript and JScript.

This table is in summarized form. View the full tables

ECMAScript
Feature IE 8
Language constructs
Types Y
Basic expressions ?
Unary expressions Y
Math expressions Y
Relational expressions Y
Binary expressions Y
Assignment expressions Y
Statements ?
Objects
Global Y
Object Y
Function Y
Array Y
String ?
Boolean Y
Number Y
Math Y
Date Y
RegExp Y
Error Y

Summary

Up

A brief summary of the information on this page is available here: Summary

About other browsers

Up

I am currently in the process of testing other browsers and versions, including Safari and Konqueror. I do not yet have estimated dates for when this information will be available.

Other web browsers may be considered for future inclusion. If you would like to suggest a web browser or help collect data for any web browser not shown here, please post the relevant information in the discussion forum.

How to contribute

Up

You can quickly propose a change by clicking on a support value (such as Y, I, or N) in a full table (not these summary tables) and filling in the new values. You may also use the general purpose contact form, e-mail me at dhammond@webdevout.net, or post in the discussion forum. Contributions are highly appreciated.

Disclaimer

Up

Most of the above information comes from testing and research conducted by one person. It is possible that these tables contain errors. If you wish to correct an error or otherwise contribute to this information, please read the above section.