Web Browser Support For CSS Selectors, Styles, Properties, Values, And Units

Last reviewed/updated: 26 Oct 2016 | Published: 30 May 2015 | Status: Active
Web browser support: Internet Explorer 10+, Edge 12+, Firefox 6+, Chrome 30+, Opera 17+

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

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