Web Browser Support For CSS Selectors, Styles, Properties, Values, And Units
Last reviewed/updated: 26 Oct 2016 | Published: 30 May 2015 | Status: Active
1. Introduction
The web browser support for a list of CSS selectors, styles, properties, values, and units.
1.1. Abbreviations
- IE = Internet Explorer.
- ED = Edge Legacy 12 - 18 (EdgeHTML based) and Edge 79+ (Chromium based).
- FF = Firefox.
- SF = Safari.
- CH = Chrome.
- OP = Opera.
2. Web Browser Support For CSS Selectors, Styles, Properties, Values, And Units
Selector / Style / Property / Value / Unit | IE Support | ED Support | FF Support | SF Support | CH Support | OP Support |
---|---|---|---|---|---|---|
background: linear-gradient() style |
IE10+ | ED12+ | FF16+ | Not SF5.1.7- | CH26+ | OP12.10+ |
border-radius property |
IE9+ | ED12+ | FF4+ | SF5+ | CH4+ | OP10.50+ |
box-shadow property |
IE9+ | ED12+ | FF4+ | SF5.1+ | CH10+ | OP10.50+ |
input[type="text"]:-moz-placeholder selector |
- | - | FF4 - 18 | - | - | - |
input[type="text"]::-moz-placeholder selector |
- | - | FF19+ | - | - | - |
input[type="text"]:-ms-input-placeholder selector |
IE10+ | - | - | - | - | - |
input[type="text"]::placeholder selector |
- | - | - | - | - | - |
input[type="text"]::-webkit-input-placeholder selector |
- | ED12+ | - | SF4+ | CH2+ | OP15+ |
rem unit |
IE9+ | ED12+ | FF3.6+ | SF5+ | CH3+ | OP11.60+ |
text-shadow property |
IE10+ | ED12+ | FF3.5+ | SF3.1+ | CH2+ | OP10+ |
textarea:-moz-placeholder selector |
- | - | FF4 - 18 | - | - | - |
textarea::-moz-placeholder selector |
- | - | FF19+ | - | - | - |
textarea:-ms-input-placeholder selector |
IE10+ | - | - | - | - | - |
textarea::placeholder selector |
- | - | - | - | - | - |
textarea::-webkit-input-placeholder selector |
- | ED12+ | - | SF5+ | CH4+ | OP15+ |
vh unit |
IE9+ | ED12+ | FF19+ | Not SF5.1.7- | CH19+ | OP15+ |
vw unit |
IE9+ | ED12+ | FF19+ | Not SF5.1.7- | CH19+ | OP15+ |
3. Resources And Additional Information
- :-ms-input-placeholder pseudo-class (msdn.microsoft.com)
- :-moz-placeholder (developer.mozilla.org)
- ::-moz-placeholder (developer.mozilla.org)
- CSS Pseudo-Elements Module Level 4: W3C First Public Working Draft, 15 January 2015 (w3.org)
- Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification: W3C Recommendation 07 June 2011, Edited In Place 17 December 2014 To Point To New Work (w3.org)
- Selectors Level 3: W3C Recommendation 29 September 2011 (w3.org)