:in-range and :out-of-range CSS pseudo-classes

- WD

Chrome

  1. 133
  2. 134
  3. 135
  4. 136
  5. 137
  6. 138
  7. 139

Edge

  1. 133
  2. 134
  3. 135
  4. 136

Safari

  1. 18.2
  2. 18.3
  3. 18.4
  4. 18.5
  5. TP

Firefox

  1. 135
  2. 136
  3. 137
  4. 138
  5. 139
  6. 140
  7. 141

Opera

  1. 114
  2. 115
  3. 116
  4. 117

IE

  1. 8
  2. 9
  3. 10
  4. 11

Chrome for Android

  1. 136

Safari on iOS

  1. 18.2
  2. 18.3
  3. 18.4
  4. 18.5

Samsung Internet

  1. 24
  2. 25
  3. 26
  4. 27

Opera Mini

  1. all

Opera Mobile

  1. 11.5
  2. 12
  3. 12.1
  4. 80

UC Browser for Android

  1. 15.5

Android Browser

  1. 4.2-4.3
  2. 4.4
  3. 4.4.3-4.4.4
  4. 136

Firefox for Android

  1. 137

QQ Browser

  1. 14.9

Baidu Browser

  1. 13.52

KaiOS Browser

  1. 2.5
  2. 3.0-3.1

Note that <input type="range"> can never match :out-of-range because the user cannot input such a value, and if the initial value is outside the range, the browser immediately clamps it to the minimum or maximum (as appropriate) bound of the range.