Welcome to our compatibility table for current browsers. This table is laid out in a number of smaller tables, to make it easier to find what you're looking for; either use the Contents list, or hit Ctrl F to find what you need.

Each of the tables also links (through its heading) to our CSS Guide, providing more detailed information about that aspect of CSS.

Linking and embedding

Embedding style sheets

<style type="text/css"> </style>
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Linking to style sheets

<link rel="stylesheet" type="text/css" href="http://www.example.com/style.css" />
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Statements

@import

@import url(http://www.example.com/style.css);
@import "http://www.example.com/style.css";
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

@media

@media print {
    body {}
    }
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

@page

@page {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported

Comments

/* This is a style sheet comment */
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Selectors

Type

body {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Class

p.example {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

ID

p#example {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Descendant

h1 strong {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Link pseudo class

a:link {}
a:visited {}
a:hover {}
a:active {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

First line

p:first-line {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Partial support: Partial support: Partial support: Supported Supported Supported Supported Partial support:

First letter

p:first-letter {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Buggy support:

Before

p:before {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Partial support: will not apply positioning properties to the element. Partial support: will not apply positioning properties to the element. Supported Supported Supported Supported Supported Supported

After

p:after {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Partial support: will not apply positioning properties to the element. Partial support: will not apply positioning properties to the element. Supported Supported Supported Supported Supported Supported

Selector groups

a:link, a:visited, a:active, a:hover {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Dynamic pseudo class

p:hover {}
p:active {}
p:focus {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: only applies to links. Partial support: only applies to links. Supported Supported Supported Supported Supported Supported Supported Supported Supported

Language pseudo class

q:lang(fr) {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Supported Supported Supported Not supported Not supported Buggy support: will not match elements where the language is inherited. Buggy support: will not match elements where the language is inherited. Supported

Child

p > img {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Buggy support: if a simple selector is missing, IE7 treats it as a universal selector, instead of failing. Supported Supported Supported Supported Supported Supported Supported Supported

First child

p:first-child {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Buggy support: if an element is dynamically inserted, IE7 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, FF1.5 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, FF2 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, FF3 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 1.3 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 2 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 3 will ignore it for the purposes of this selector. Buggy support: if an element is dynamically inserted, Safari 3 (iPhone) will ignore it for the purposes of this selector. Supported

Adjacent

h1 + p {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Buggy support: if a simple selector is missing, IE7 treats it as a universal selector, instead of failing. Supported Supported Supported Supported Supported Supported Supported Supported

Attribute

a[title] {}
a[title="example"] {}
a[title~="example1 example2"] {}
a[title|="example"] {}
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Text style properties

color

color: #ffffff;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

font-weight

font-weight: bold;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

font-family

font-family: "Courier New", Courier, monospace;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

font-size

font-size: 14px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

font-variant

font-variant: small-caps;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

font-style

font-style: italic;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

text-decoration

text-decoration: underline;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

text-transform

text-transform: uppercase;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

text-shadow

text-shadow: -2px -2px 3px #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Supported Supported Supported Supported Supported Supported

text-stroke

text-stroke: 1px #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported Supported Not supported

text-fill-color

text-fill-color: #ffffff;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported Supported Not supported

Text layout properties

letter-spacing

letter-spacing: .05em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

word-spacing

word-spacing: .1em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

line-height

line-height: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

vertical-align

vertical-align: top;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: the values top and bottom are the same as text-top and text-bottom. Buggy support: the values top and bottom are the same as text-top and text-bottom. Buggy support: the values top and bottom are the same as text-top and text-bottom. Supported Supported Supported Supported Supported Supported Supported Supported

text-indent

text-indent: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

text-align

text-align: center;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

direction

direction: rtl;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

unicode-bidi

unicode-bidit: bidi-override;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Not supported Not supported Not supported Not supported Supported

Background properties

background-color

background-color: #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

background-image

background-image: url(../images/bg.png);
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

background-attachment

background-attachment: fixed;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

background-repeat

background-repeat: repeat-x;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

background-position

background-position: top right;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

background

background: #000000 url(../images/bg.png) fixed repeat-x top right;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Border properties

border-width

border-width: 1px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

border-color

border-color: #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

border-style

border-style: dotted;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: in some circumstances the dotted value is treated as dashed. Buggy support: in some circumstances the dotted value is treated as dashed. Buggy support: in some circumstances the dotted value is treated as dashed. Supported Supported Supported Supported Supported Supported Supported Supported

border-top, border-left, border-bottom, border-right

border-top: 1px dotted #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

border

border: 1px dotted #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

Margin properties

margin, margin-top, margin-left, margin-bottom, margin-right

margin-left: 5%;
Internet Explorer Mozilla Firefox Safari


Padding properties

padding, padding-top, padding-left, padding-bottom, padding-right

padding-top: 1.5em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: padding will be applied inside the elements width, instead of adding to the width. Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

Page layout properties

position

position: relative;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: does not support the value of fixed. Partial support: does not support the value of fixed. Supported Supported Supported Supported Supported Supported Supported Supported Supported

top

top: 1px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

left

left: 5%;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

bottom

bottom: 0;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

right

right: 5px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

width

width: 300px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

min-width

min-width: 20%;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

max-width

max-width: 35em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

height

height: 3em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

min-height

min-height: 21px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

max-height

max-height: 50px;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Supported Supported Supported Partial support: Supported Supported Supported Supported

z-index

z-index: 1;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

visibility

visibility: hidden;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported


overflow

overflow: hidden;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Supported Supported Supported Partial support: Partial support: Partial support: Partial support: Supported

float

float: left;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

clear

clear: both;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported Supported

clip

clip: rect(10px 5% 10px 5%);


Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Supported Supported Supported Supported Supported Supported Supported Supported

Page style properties

box-shadow

box-shadow: 10px 5px 3px #000000;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported: must use the -webkit- prefix. Supported: must use the -webkit- prefix. Not supported

Element type properties

display

display: block;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Partial support: Partial support: Supported Supported Supported Supported Supported Supported

white-space

white-space: pre;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Partial support: Partial support: Partial support: Partial support: Partial support: Supported Supported Supported

list-style-type

list-style-type: decimal;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Partial support: Partial support: Partial support: Partial support: Supported Supported Supported Supported Supported Supported Partial support:

list-style-image

list-style-image: url(../images/bullet.png);
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

list-style-position

list-style-position: inside;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

list-style

list-style: inside none url(../images/bullet.png);
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported

border-collapse

border-collapse: collapse;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Supported Supported Supported Supported

border-spacing

border-spacing: 5px .75em;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Supported Supported Supported Supported Supported Supported Supported Supported

caption-side

caption-side: bottom;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Not supported Supported Supported Supported Supported Supported Supported Supported Supported

empty-cells

empty-cells: hide;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Not supported Not supported Supported Buggy support: Buggy support: Buggy support: Supported Supported Supported Supported Buggy support:


table-layout

table-layout: fixed;
Internet Explorer Mozilla Firefox Safari Opera
5.5 6.0 7.0 1.5 2 3 1.3 2 3 iPhone 9.5
Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported Supported