CSS 2.1 selectors
- RECBasic CSS selectors including: * (universal selector), > (child selector), :first-child, :link, :visited, :active, :hover, :focus, :lang(), + (adjacent sibling selector), [attr], [attr="val"], [attr~="val"], [attr|="bar"], .foo (class selector), #foo (id selector)
Chrome
- ✅ 4 - 142: Supported
- ✅ 143: Supported
- ✅ 144 - 146: Supported
Edge
- ✅ 12 - 142: Supported
- ✅ 143: Supported
Safari
- ✅ 3.1 - 26.1: Supported
- ✅ 26.2: Supported
- ✅ TP: Supported
Firefox
- ✅ 2 - 145: Supported
- ✅ 146: Supported
- ✅ 147 - 149: Supported
Opera
- ✅ 9 - 124: Supported
- ✅ 125: Supported
IE
- ❌ 5.5: Not supported
- ❌ 6: Not supported (but has polyfill available)
- ✅ 7 - 10: Supported
- ✅ 11: Supported
Chrome for Android
- ✅ 143: Supported
Safari on iOS
- ✅ 3.2 - 18.7: Supported
- ✅ 26.0: Supported
- ✅ 26.1: Supported
Samsung Internet
- ✅ 4 - 28: Supported
- ✅ 29: Supported
Opera Mini
- ✅ all: Supported
Opera Mobile
- ✅ 10 - 12.1: Supported
- ✅ 80: Supported
UC Browser for Android
- ✅ 15.5: Supported
Android Browser
- ✅ 2.1 - 4.4.4: Supported
- ✅ 143: Supported
Firefox for Android
- ✅ 146: Supported
QQ Browser
- ✅ 14.9: Supported
Baidu Browser
- ✅ 13.52: Supported
KaiOS Browser
- ✅ 2.5: Supported
- ✅ 3: Supported
Support for :visited styling varies across browsers due to security concerns.