Next-Gen App & Browser
Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

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

Last updated on : 2023-03-20

Note:
:in-range and :out-of-range CSS pseudo-classes shows a browser compatibility score of 92. This is a collective score out of 100 to represent browser support of a web technology. The higher this score is, the greater is the browser compatibility. The browser compatibility score is not a 100% reflection for every browser and the web technology support. However, it does give you an estimate on how much you should rely on a particular web technology in terms of browser compatibility.

Overview

For number or date elements with a specified max or min value, :in-range and :out-of-range are true if the current value is within the given range. For other kind of elements, none of these pseudo-classes are true.

Specifications

HTML Standard # selector-out-of-range Selectors Level 4 # out-of-range-pseudo

Syntax

:out-of-range

Code snippets

index.html

Source:index.html Github

copy

Full Screen

...10  <meta name="MobileOptimized" content="320">11  <meta name="viewport" content="width=device-width, initial-scale=1">12  <meta name="mobile-web-app-capable" content="yes">13  14  <link rel="canonical" href="http://docs.w3cub.com/browser_support_tables/css-in-out-of-range/">15  <link href="/favicon.png" rel="icon">16  <link type="text/css" rel="stylesheet" href="/assets/application-50364fff564ce3b6327021805f3f00e2957b441cf27f576a7dd4ff63bbc47047.css">17  <script type="text/javascript" src="/assets/application-db64bfd54ceb42be11af7995804cf4902548419ceb79d509b0b7d62c22d98e6f.js"></script>18  <script src="/json/browser_support_tables.js"></script>19  20  <script type="text/javascript">21    var _gaq = _gaq || [];22    _gaq.push(['_setAccount', 'UA-71174418-1']);23    _gaq.push(['_trackPageview']);24    (function() {25      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;26      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';27      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);28    })();29  </script>30</head>31<body>32	<div class="_app">33	<header class="_header">34  35  <form class="_search">36    <input type="search" class="_search-input" placeholder="Search&hellip;" autocomplete="off" autocapitalize="off" autocorrect="off" spellcheck="false" maxlength="20">37    <a class="_search-clear"></a>38    <div class="_search-tag"></div>39  </form>40  41  <a class="_home-link" href="/" ></a>42  <a class="_menu-link"></a>43  <h1 class="_logo">44    <a href="/" class="_nav-link" title="API Documentation Browser">W3cubDocs</a>45  </h1>46  47  <span class="_logo-sub-nav">/</span><span class="_logo-sub-nav"><a href="/browser_support_tables/" class="_nav-link" title="" style="margin-left:0;">Support Tables</a></span>48  49  <nav class="_nav">50    <a href="/app/" class="_nav-link ">App</a>51    <a href="/about/" class="_nav-link ">About</a>52  </nav>53</header>54	<section class="_sidebar">55		<div class="_list">56			57		</div>58	</section>59	<section class="_container ">60		<div class="_content">61			<div class="_page _support_tables">62				63<h1>:in-range and :out-of-range CSS pseudo-classes</h1>64<p>If a temporal or number <code>&lt;input&gt;</code> has <code>max</code> and/or <code>min</code> attributes, then <code>:in-range</code> matches when the value is within the specified range and <code>:out-of-range</code> matches when the value is outside the specified range. If there are no range constraints, then neither pseudo-class matches.</p>65<table>66  67    <tr>68      <th>Spec</th>69      <td><a href="http://www.w3.org/TR/selectors4/#range-pseudos" target="_blank">http://www.w3.org/TR/selectors4/#range-pseudos</a></td>70    </tr>71  72  73    <tr>74      <th>Status</th>75      <td>W3C Working Draft</td>76    </tr>77  78</table>79  <table class="stats">80    <tr>81      82        <th>IE</th>83      84        <th>Edge</th>85      86        <th>Firefox</th>87      88        <th>Chrome</th>89      90        <th>Safari</th>91      92        <th>Opera</th>93      94    </tr>95    96      97      98      <tr>99        100          101          102            <td> </td>103          104        105          106          107            <td> </td>108          109        110          111          112            113            114            <td class="y">53 </td>115          116        117          118          119            120            121            <td class="y">58 </td>122          123        124          125          126            <td> </td>127          128        129          130          131            <td> </td>132          133        134      </tr>135    136      137      138      <tr>139        140          141          142            <td> </td>143          144        145          146          147            <td> </td>148          149        150          151          152            153            154            <td class="y">52 </td>155          156        157          158          159            160            161            <td class="y">57 </td>162          163        164          165          166            <td> </td>167          168        169          170          171            172            173            <td class="y">44 </td>174          175        176      </tr>177    178      179      180      <tr>181        182          183          184            <td> </td>185          186        187          188          189            190            191            <td class="a">15 <sup>(2)</sup>192</td>193          194        195          196          197            198            199            <td class="y">51 </td>200          201        202          203          204            205            206            <td class="y">56 </td>207          208        209          210          211            212            213            <td class="y">TP </td>214          215        216          217          218            219            220            <td class="y">43 </td>221          222        223      </tr>224    225      226      227      <tr class="current">228        229          230          231            232            233            <td class="n">11 </td>234          235        236          237          238            239            240            <td class="a">14 <sup>(2)</sup>241</td>242          243        244          245          246            247            248            <td class="y">50 </td>249          250        251          252          253            254            255            <td class="y">55 </td>256          257        258          259          260            261            262            <td class="a">10 <sup>(2,3)</sup>263</td>264          265        266          267          268            269            270            <td class="y">42 </td>271          272        273      </tr>274    275      276      277      <tr>278        279          280          281            282            283            <td class="n">10 </td>284          285        286          287          288            289            290            <td class="a">13 <sup>(2)</sup>291</td>292          293        294          295          296            297            298            <td class="a">49 <sup>(3)</sup>299</td>300          301        302          303          304            305            306            <td class="y">54 </td>307          308        309          310          311            312            313            <td class="a">9.1 <sup>(2,3)</sup>314</td>315          316        317          318          319            320            321            <td class="y">41 </td>322          323        324      </tr>325    326      327      328      <tr>329        330          331          332            333            334            <td class="n">9 </td>335          336        337          338          339            340            341            <td class="n">12 </td>342          343        344          345          346            347            348            <td class="a">48 <sup>(3)</sup>349</td>350          351        352          353          354            355            356            <td class="y">53 </td>357          358        359          360          361            362            363            <td class="a">9 <sup>(2,3)</sup>364</td>365          366        367          368          369            370            371            <td class="y">40 </td>372          373        374      </tr>375    376      377      378      <tr>379        380          381          382            383            384            <td class="n">8 </td>385          386        387          388          389            <td> </td>390          391        392          393          394            395            396            <td class="a">47 <sup>(3)</sup>397</td>398          399        400          401          402            403            404            <td class="a">52 <sup>(2)</sup>405</td>406          407        408          409          410            411            412            <td class="a">8 <sup>(2,3)</sup>413</td>414          415        416          417          418            419            420            <td class="a">39 <sup>(2)</sup>421</td>422          423        424      </tr>425    426      427      428        <tr class="show-all">429          <th class="show-all" colspan="6">430            <a href="#" class="show-all">Show all</a>431          </th>432        </tr>433      434      <tr>435        436          437          438            439            440            <td class="n">7 </td>441          442        443          444          445            <td> </td>446          447        448          449          450            451            452            <td class="a">46 <sup>(3)</sup>453</td>454          455        456          457          458            459            460            <td class="a">51 <sup>(2,3)</sup>461</td>462          463        464          465          466            467            468            <td class="a">7.1 <sup>(2,3)</sup>469</td>470          471        472          473          474            475            476            <td class="a">38 <sup>(2,3)</sup>477</td>478          479        480      </tr>481    482      483      484      <tr>485        486          487          488            489            490            <td class="n">6 </td>491          492        493          494          495            <td> </td>496          497        498          499          500            501            502            <td class="a">45 <sup>(3)</sup>503</td>504          505        506          507          508            509            510            <td class="a">50 <sup>(2,3)</sup>511</td>512          513        514          515          516            517            518            <td class="a">7 <sup>(2,3)</sup>519</td>520          521        522          523          524            525            526            <td class="a">37 <sup>(2,3)</sup>527</td>528          529        530      </tr>531    532      533      534      <tr>535        536          537          538            539            540            <td class="n">5.5 </td>541          542        543          544          545            <td> </td>546          547        548          549          550            551            552            <td class="a">44 <sup>(3)</sup>553</td>554          555        556          557          558            559            560            <td class="a">49 <sup>(2,3)</sup>561</td>562          563        564          565          566            567            568            <td class="a">6.1 <sup>(2,3)</sup>569</td>570          571        572          573          574            575            576            <td class="a">36 <sup>(2,3)</sup>577</td>578          579        580      </tr>581    582      583      584      <tr>585        586          587          588            <td> </td>589          590        591          592          593            <td> </td>594          595        596          597          598            599            600            <td class="a">43 <sup>(3)</sup>601</td>602          603        604          605          606            607            608            <td class="a">48 <sup>(2,3)</sup>609</td>610          611        612          613          614            615            616            <td class="a">6 <sup>(2,3)</sup>617</td>618          619        620          621          622            623            624            <td class="a">35 <sup>(2,3)</sup>625</td>626          627        628      </tr>629    630      631      632      <tr>633        634          635          636            <td> </td>637          638        639          640          641            <td> </td>642          643        644          645          646            647            648            <td class="a">42 <sup>(3)</sup>649</td>650          651        652          653          654            655            656            <td class="a">47 <sup>(2,3)</sup>657</td>658          659        660          661          662            663            664            <td class="a">5.1 <sup>(2,3)</sup>665</td>666          667        668          669          670            671            672            <td class="a">34 <sup>(2,3)</sup>673</td>674          675        676      </tr>677    678      679      680      <tr>681        682          683          684            <td> </td>685          686        687          688          689            <td> </td>690          691        692          693          694            695            696            <td class="a">41 <sup>(3)</sup>697</td>698          699        700          701          702            703            704            <td class="a">46 <sup>(2,3)</sup>705</td>706          707        708          709          710            711            712            <td class="u">5 </td>713          714        715          716          717            718            719            <td class="a">33 <sup>(2,3)</sup>720</td>721          722        723      </tr>724    725      726      727      <tr>728        729          730          731            <td> </td>732          733        734          735          736            <td> </td>737          738        739          740          741            742            743            <td class="a">40 <sup>(3)</sup>744</td>745          746        747          748          749            750            751            <td class="a">45 <sup>(2,3)</sup>752</td>753          754        755          756          757            758            759            <td class="n">4 </td>760          761        762          763          764            765            766            <td class="a">32 <sup>(2,3)</sup>767</td>768          769        770      </tr>771    772      773      774      <tr>775        776          777          778            <td> </td>779          780        781          782          783            <td> </td>784          785        786          787          788            789            790            <td class="a">39 <sup>(3)</sup>791</td>792          793        794          795          796            797            798            <td class="a">44 <sup>(2,3)</sup>799</td>800          801        802          803          804            805            806            <td class="n">3.2 </td>807          808        809          810          811            812            813            <td class="a">31 <sup>(2,3)</sup>814</td>815          816        817      </tr>818    819      820      821      <tr>822        823          824          825            <td> </td>826          827        828          829          830            <td> </td>831          832        833          834          835            836            837            <td class="a">38 <sup>(3)</sup>838</td>839          840        841          842          843            844            845            <td class="a">43 <sup>(2,3)</sup>846</td>847          848        849          850          851            852            853            <td class="n">3.1 </td>854          855        856          857          858            859            860            <td class="a">30 <sup>(2,3)</sup>861</td>862          863        864      </tr>865    866      867      868      <tr>869        870          871          872            <td> </td>873          874        875          876          877            <td> </td>878          879        880          881          882            883            884            <td class="a">37 <sup>(3)</sup>885</td>886          887        888          889          890            891            892            <td class="a">42 <sup>(2,3)</sup>893</td>894          895        896          897          898            <td> </td>899          900        901          902          903            904            905            <td class="a">29 <sup>(2,3)</sup>906</td>907          908        909      </tr>910    911      912      913      <tr>914        915          916          917            <td> </td>918          919        920          921          922            <td> </td>923          924        925          926          927            928            929            <td class="a">36 <sup>(3)</sup>930</td>931          932        933          934          935            936            937            <td class="a">41 <sup>(2,3)</sup>938</td>939          940        941          942          943            <td> </td>944          945        946          947          948            949            950            <td class="a">28 <sup>(2,3)</sup>951</td>952          953        954      </tr>955    956      957      958      <tr>959        960          961          962            <td> </td>963          964        965          966          967            <td> </td>968          969        970          971          972            973            974            <td class="a">35 <sup>(3)</sup>975</td>976          977        978          979          980            981            982            <td class="a">40 <sup>(2,3)</sup>983</td>984          985        986          987          988            <td> </td>989          990        991          992          993            994            995            <td class="a">27 <sup>(2,3)</sup>996</td>997          998        999      </tr>1000    1001      1002      1003      <tr>1004        1005          1006          1007            <td> </td>1008          1009        1010          1011          1012            <td> </td>1013          1014        1015          1016          1017            1018            1019            <td class="a">34 <sup>(3)</sup>1020</td>1021          1022        1023          1024          1025            1026            1027            <td class="a">39 <sup>(2,3)</sup>1028</td>1029          1030        1031          1032          1033            <td> </td>1034          1035        1036          1037          1038            1039            1040            <td class="a">26 <sup>(2,3)</sup>1041</td>1042          1043        1044      </tr>1045    1046      1047      1048      <tr>1049        1050          1051          1052            <td> </td>1053          1054        1055          1056          1057            <td> </td>1058          1059        1060          1061          1062            1063            1064            <td class="a">33 <sup>(3)</sup>1065</td>1066          1067        1068          1069          1070            1071            1072            <td class="a">38 <sup>(2,3)</sup>1073</td>1074          1075        1076          1077          1078            <td> </td>1079          1080        1081          1082          1083            1084            1085            <td class="a">25 <sup>(2,3)</sup>1086</td>1087          1088        1089      </tr>1090    1091      1092      1093      <tr>1094        1095          1096          1097            <td> </td>1098          1099        1100          1101          1102            <td> </td>1103          1104        1105          1106          1107            1108            1109            <td class="a">32 <sup>(3)</sup>1110</td>1111          1112        1113          1114          1115            1116            1117            <td class="a">37 <sup>(2,3)</sup>1118</td>1119          1120        1121          1122          1123            <td> </td>1124          1125        1126          1127          1128            1129            1130            <td class="a">24 <sup>(2,3)</sup>1131</td>1132          1133        1134      </tr>1135    1136      1137      1138      <tr>1139        1140          1141          1142            <td> </td>1143          1144        1145          1146          1147            <td> </td>1148          1149        1150          1151          1152            1153            1154            <td class="a">31 <sup>(3)</sup>1155</td>1156          1157        1158          1159          1160            1161            1162            <td class="a">36 <sup>(2,3)</sup>1163</td>1164          1165        1166          1167          1168            <td> </td>1169          1170        1171          1172          1173            1174            1175            <td class="a">23 <sup>(2,3)</sup>1176</td>1177          1178        1179      </tr>1180    1181      1182      1183      <tr>1184        1185          1186          1187            <td> </td>1188          1189        1190          1191          1192            <td> </td>1193          1194        1195          1196          1197            1198            1199            <td class="a">30 <sup>(3)</sup>1200</td>1201          1202        1203          1204          1205            1206            1207            <td class="a">35 <sup>(2,3)</sup>1208</td>1209          1210        1211          1212          1213            <td> </td>1214          1215        1216          1217          1218            1219            1220            <td class="a">22 <sup>(2,3)</sup>1221</td>1222          1223        1224      </tr>1225    1226      1227      1228      <tr>1229        1230          1231          1232            <td> </td>1233          1234        1235          1236          1237            <td> </td>1238          1239        1240          1241          1242            1243            1244            <td class="a">29 <sup>(3)</sup>1245</td>1246          1247        1248          1249          1250            1251            1252            <td class="a">34 <sup>(2,3)</sup>1253</td>1254          1255        1256          1257          1258            <td> </td>1259          1260        1261          1262          1263            1264            1265            <td class="a">21 <sup>(2,3)</sup>1266</td>1267          1268        1269      </tr>1270    1271      1272      1273      <tr>1274        1275          1276          1277            <td> </td>1278          1279        1280          1281          1282            <td> </td>1283          1284        1285          1286          1287            1288            1289            <td class="n">28 </td>1290          1291        1292          1293          1294            1295            1296            <td class="a">33 <sup>(2,3)</sup>1297</td>1298          1299        1300          1301          1302            <td> </td>1303          1304        1305          1306          1307            1308            1309            <td class="a">20 <sup>(2,3)</sup>1310</td>1311          1312        1313      </tr>1314    1315      1316      1317      <tr>1318        1319          1320          1321            <td> </td>1322          1323        1324          1325          1326            <td> </td>1327          1328        1329          1330          1331            1332            1333            <td class="n">27 </td>1334          1335        1336          1337          1338            1339            1340            <td class="a">32 <sup>(2,3)</sup>1341</td>1342          1343        1344          1345          1346            <td> </td>1347          1348        1349          1350          1351            1352            1353            <td class="a">19 <sup>(2,3)</sup>1354</td>1355          1356        1357      </tr>1358    1359      1360      1361      <tr>1362        1363          1364          1365            <td> </td>1366          1367        1368          1369          1370            <td> </td>1371          1372        1373          1374          1375            1376            1377            <td class="n">26 </td>1378          1379        1380          1381          1382            1383            1384            <td class="a">31 <sup>(2,3)</sup>1385</td>1386          1387        1388          1389          1390            <td> </td>1391          1392        1393          1394          1395            1396            1397            <td class="a">18 <sup>(2,3)</sup>1398</td>1399          1400        1401      </tr>1402    1403      1404      1405      <tr>1406        1407          1408          1409            <td> </td>1410          1411        1412          1413          1414            <td> </td>1415          1416        1417          1418          1419            1420            1421            <td class="n">25 </td>1422          1423        1424          1425          1426            1427            1428            <td class="a">30 <sup>(2,3)</sup>1429</td>1430          1431        1432          1433          1434            <td> </td>1435          1436        1437          1438          1439            1440            1441            <td class="a">17 <sup>(2,3)</sup>1442</td>1443          1444        1445      </tr>1446    1447      1448      1449      <tr>1450        1451          1452          1453            <td> </td>1454          1455        1456          1457          1458            <td> </td>1459          1460        1461          1462          1463            1464            1465            <td class="n">24 </td>1466          1467        1468          1469          1470            1471            1472            <td class="a">29 <sup>(2,3)</sup>1473</td>1474          1475        1476          1477          1478            <td> </td>1479          1480        1481          1482          1483            1484            1485            <td class="a">16 <sup>(2,3)</sup>1486</td>1487          1488        1489      </tr>1490    1491      1492      1493      <tr>1494        1495          1496          1497            <td> </td>1498          1499        1500          1501          1502            <td> </td>1503          1504        1505          1506          1507            1508            1509            <td class="n">23 </td>1510          1511        1512          1513          1514            1515            1516            <td class="a">28 <sup>(2,3)</sup>1517</td>1518          1519        1520          1521          1522            <td> </td>1523          1524        1525          1526          1527            1528            1529            <td class="a">15 <sup>(2,3)</sup>1530</td>1531          1532        1533      </tr>1534    1535      1536      1537      <tr>1538        1539          1540          1541            <td> </td>1542          1543        1544          1545          1546            <td> </td>1547          1548        1549          1550          1551            1552            1553            <td class="n">22 </td>1554          1555        1556          1557          1558            1559            1560            <td class="a">27 <sup>(2,3)</sup>1561</td>1562          1563        1564          1565          1566            <td> </td>1567          1568        1569          1570          1571            1572            1573            <td class="a">12.1 <sup>(2)</sup>1574</td>1575          1576        1577      </tr>1578    1579      1580      1581      <tr>1582        1583          1584          1585            <td> </td>1586          1587        1588          1589          1590            <td> </td>1591          1592        1593          1594          1595            1596            1597            <td class="n">21 </td>1598          1599        1600          1601          1602            1603            1604            <td class="a">26 <sup>(2,3)</sup>1605</td>1606          1607        1608          1609          1610            <td> </td>1611          1612        1613          1614          1615            1616            1617            <td class="a">12 <sup>(2)</sup>1618</td>1619          1620        1621      </tr>1622    1623      1624      1625      <tr>1626        1627          1628          1629            <td> </td>1630          1631        1632          1633          1634            <td> </td>1635          1636        1637          1638          1639            1640            1641            <td class="n">20 </td>1642          1643        1644          1645          1646            1647            1648            <td class="a">25 <sup>(2,3)</sup>1649</td>1650          1651        1652          1653          1654            <td> </td>1655          1656        1657          1658          1659            1660            1661            <td class="a">11.6 <sup>(2)</sup>1662</td>1663          1664        1665      </tr>1666    1667      1668      1669      <tr>1670        1671          1672          1673            <td> </td>1674          1675        1676          1677          1678            <td> </td>1679          1680        1681          1682          1683            1684            1685            <td class="n">19 </td>1686          1687        1688          1689          1690            1691            1692            <td class="a">24 <sup>(2,3)</sup>1693</td>1694          1695        1696          1697          1698            <td> </td>1699          1700        1701          1702          1703            1704            1705            <td class="a">11.5 <sup>(2)</sup>1706</td>1707          1708        1709      </tr>1710    1711      1712      1713      <tr>1714        1715          1716          1717            <td> </td>1718          1719        1720          1721          1722            <td> </td>1723          1724        1725          1726          1727            1728            1729            <td class="n">18 </td>1730          1731        1732          1733          1734            1735            1736            <td class="a">23 <sup>(2,3)</sup>1737</td>1738          1739        1740          1741          1742            <td> </td>1743          1744        1745          1746          1747            1748            1749            <td class="a">11.1 <sup>(2)</sup>1750</td>1751          1752        1753      </tr>1754    1755      1756      1757      <tr>1758        1759          1760          1761            <td> </td>1762          1763        1764          1765          1766            <td> </td>1767          1768        1769          1770          1771            1772            1773            <td class="n">17 </td>1774          1775        1776          1777          1778            1779            1780            <td class="a">22 <sup>(2,3)</sup>1781</td>1782          1783        1784          1785          1786            <td> </td>1787          1788        1789          1790          1791            1792            1793            <td class="a">11 <sup>(2)</sup>1794</td>1795          1796        1797      </tr>1798    1799      1800      1801      <tr>1802        1803          1804          1805            <td> </td>1806          1807        1808          1809          1810            <td> </td>1811          1812        1813          1814          1815            1816            1817            <td class="n">16 </td>1818          1819        1820          1821          1822            1823            1824            <td class="a">21 <sup>(2,3)</sup>1825</td>1826          1827        1828          1829          1830            <td> </td>1831          1832        1833          1834          1835            1836            1837            <td class="a">10.6 <sup>(2)</sup>1838</td>1839          1840        1841      </tr>1842    1843      1844      1845      <tr>1846        1847          1848          1849            <td> </td>1850          1851        1852          1853          1854            <td> </td>1855          1856        1857          1858          1859            1860            1861            <td class="n">15 </td>1862          1863        1864          1865          1866            1867            1868            <td class="a">20 <sup>(2,3)</sup>1869</td>1870          1871        1872          1873          1874            <td> </td>1875          1876        1877          1878          1879            1880            1881            <td class="a">10.5 <sup>(2)</sup>1882</td>1883          1884        1885      </tr>1886    1887      1888      1889      <tr>1890        1891          1892          1893            <td> </td>1894          1895        1896          1897          1898            <td> </td>1899          1900        1901          1902          1903            1904            1905            <td class="n">14 </td>1906          1907        1908          1909          1910            1911            1912            <td class="a">19 <sup>(2,3)</sup>1913</td>1914          1915        1916          1917          1918            <td> </td>1919          1920        1921          1922          1923            1924            1925            <td class="a">10.0-10.1 <sup>(2)</sup>1926</td>1927          1928        1929      </tr>1930    1931      1932      1933      <tr>1934        1935          1936          1937            <td> </td>1938          1939        1940          1941          1942            <td> </td>1943          1944        1945          1946          1947            1948            1949            <td class="n">13 </td>1950          1951        1952          1953          1954            1955            1956            <td class="a">18 <sup>(2,3)</sup>1957</td>1958          1959        1960          1961          1962            <td> </td>1963          1964        1965          1966          1967            1968            1969            <td class="u">9.5-9.6 </td>1970          1971        1972      </tr>1973    1974      1975      1976      <tr>1977        1978          1979          1980            <td> </td>1981          1982        1983          1984          1985            <td> </td>1986          1987        1988          1989          1990            1991            1992            <td class="n">12 </td>1993          1994        1995          1996          1997            1998            1999            <td class="a">17 <sup>(2,3)</sup>2000</td>2001          2002        2003          2004          2005            <td> </td>2006          2007        2008          2009          2010            2011            2012            <td class="u">9 </td>2013          2014        2015      </tr>2016    2017      2018      2019      <tr>2020        2021          2022          2023            <td> </td>2024          2025        2026          2027          2028            <td> </td>2029          2030        2031          2032          2033            2034            2035            <td class="n">11 </td>2036          2037        2038          2039          2040            2041            2042            <td class="a">16 <sup>(2,3)</sup>2043</td>2044          2045        2046          2047          2048            <td> </td>2049          2050        2051          2052          2053            <td> </td>2054          2055        2056      </tr>2057    2058      2059      2060      <tr>2061        2062          2063          2064            <td> </td>2065          2066        2067          2068          2069            <td> </td>2070          2071        2072          2073          2074            2075            2076            <td class="n">10 </td>2077          2078        2079          2080          2081            2082            2083            <td class="a">15 <sup>(2,3)</sup>2084</td>2085          2086        2087          2088          2089            <td> </td>2090          2091        2092          2093          2094            <td> </td>2095          2096        2097      </tr>2098    2099      2100      2101      <tr>2102        2103          2104          2105            <td> </td>2106          2107        2108          2109          2110            <td> </td>2111          2112        2113          2114          2115            2116            2117            <td class="n">9 </td>2118          2119        2120          2121          2122            2123            2124            <td class="u">14 </td>2125          2126        2127          2128          2129            <td> </td>2130          2131        2132          2133          2134            <td> </td>2135          2136        2137      </tr>2138    2139      2140      2141      <tr>2142        2143          2144          2145            <td> </td>2146          2147        2148          2149          2150            <td> </td>2151          2152        2153          2154          2155            2156            2157            <td class="n">8 </td>2158          2159        2160          2161          2162            2163            2164            <td class="u">13 </td>2165          2166        2167          2168          2169            <td> </td>2170          2171        2172          2173          2174            <td> </td>2175          2176        2177      </tr>2178    2179      2180      2181      <tr>2182        2183          2184          2185            <td> </td>2186          2187        2188          2189          2190            <td> </td>2191          2192        2193          2194          2195            2196            2197            <td class="n">7 </td>2198          2199        2200          2201          2202            2203            2204            <td class="u">12 </td>2205          2206        2207          2208          2209            <td> </td>2210          2211        2212          2213          2214            <td> </td>2215          2216        2217      </tr>2218    2219      2220      2221      <tr>2222        2223          2224          2225            <td> </td>2226          2227        2228          2229          2230            <td> </td>2231          2232        2233          2234          2235            2236            2237            <td class="n">6 </td>2238          2239        2240          2241          2242            2243            2244            <td class="u">11 </td>2245          2246        2247          2248          2249            <td> </td>2250          2251        2252          2253          2254            <td> </td>2255          2256        2257      </tr>2258    2259      2260      2261      <tr>2262        2263          2264          2265            <td> </td>2266          2267        2268          2269          2270            <td> </td>2271          2272        2273          2274          2275            2276            2277            <td class="n">5 </td>2278          2279        2280          2281          2282            2283            2284            <td class="u">10 </td>2285          2286        2287          2288          2289            <td> </td>2290          2291        2292          2293          2294            <td> </td>2295          2296        2297      </tr>2298    2299      2300      2301      <tr>2302        2303          2304          2305            <td> </td>2306          2307        2308          2309          2310            <td> </td>2311          2312        2313          2314          2315            2316            2317            <td class="n">4 </td>2318          2319        2320          2321          2322            2323            2324            <td class="u">9 </td>2325          2326        2327          2328          2329            <td> </td>2330          2331        2332          2333          2334            <td> </td>2335          2336        2337      </tr>2338    2339      2340      2341      <tr>2342        2343          2344          2345            <td> </td>2346          2347        2348          2349          2350            <td> </td>2351          2352        2353          2354          2355            2356            2357            <td class="n">3.6 </td>2358          2359        2360          2361          2362            2363            2364            <td class="u">8 </td>2365          2366        2367          2368          2369            <td> </td>2370          2371        2372          2373          2374            <td> </td>2375          2376        2377      </tr>2378    2379      2380      2381      <tr>2382        2383          2384          2385            <td> </td>2386          2387        2388          2389          2390            <td> </td>2391          2392        2393          2394          2395            2396            2397            <td class="n">3.5 </td>2398          2399        2400          2401          2402            2403            2404            <td class="u">7 </td>2405          2406        2407          2408          2409            <td> </td>2410          2411        2412          2413          2414            <td> </td>2415          2416        2417      </tr>2418    2419      2420      2421      <tr>2422        2423          2424          2425            <td> </td>2426          2427        2428          2429          2430            <td> </td>2431          2432        2433          2434          2435            2436            2437            <td class="n">3 </td>2438          2439        2440          2441          2442            2443            2444            <td class="u">6 </td>2445          2446        2447          2448          2449            <td> </td>2450          2451        2452          2453          2454            <td> </td>2455          2456        2457      </tr>2458    2459      2460      2461      <tr>2462        2463          2464          2465            <td> </td>2466          2467        2468          2469          2470            <td> </td>2471          2472        2473          2474          2475            2476            2477            <td class="n">2 </td>2478          2479        2480          2481          2482            2483            2484            <td class="u">5 </td>2485          2486        2487          2488          2489            <td> </td>2490          2491        2492          2493          2494            <td> </td>2495          2496        2497      </tr>2498    2499      2500      2501      <tr>2502        2503          2504          2505            <td> </td>2506          2507        2508          2509          2510            <td> </td>2511          2512        2513          2514          2515            <td> </td>2516          2517        2518          2519          2520            2521            2522            <td class="n">4 </td>2523          2524        2525          2526          2527            <td> </td>2528          2529        2530          2531          2532            <td> </td>2533          2534        2535      </tr>2536    2537  </table>2538  <table class="stats">2539    <tr>2540      2541        <th>iOS Safari</th>2542      2543        <th>Opera Mini</th>2544      2545        <th>Android Browser</th>2546      2547        <th>Blackberry Browser</th>2548      2549        <th>Opera Mobile</th>2550      2551        <th>Android Chrome</th>2552      2553        <th>Android Firefox</th>2554      2555        <th>IE Mobile</th>2556      2557        <th>Android UC Browser</th>2558      2559        <th>Samsung Internet</th>2560      2561    </tr>2562    2563      2564      2565      2566      2567      2568      <tr class="current">2569        2570          2571          2572            2573            2574            <td class="a">10-10.1 <sup>(2,3)</sup>2575</td>2576          2577        2578          2579          2580            2581            2582            <td class="a">all <sup>(1)</sup>2583</td>2584          2585        2586          2587          2588            2589            2590            <td class="y">53 </td>2591          2592        2593          2594          2595            2596            2597            <td class="a">10 <sup>(2)</sup>2598</td>2599          2600        2601          2602          2603            2604            2605            <td class="a">37 <sup>(2)</sup>2606</td>2607          2608        2609          2610          2611            2612            2613            <td class="y">55 </td>2614          2615        2616          2617          2618            2619            2620            <td class="y">50 </td>2621          2622        2623          2624          2625            2626            2627            <td class="n">11 </td>2628          2629        2630          2631          2632            2633            2634            <td class="a">11 <sup>(2)</sup>2635</td>2636          2637        2638          2639          2640            2641            2642            <td class="a">4 <sup>(2)</sup>2643</td>2644          2645        2646      </tr>2647    2648      2649      2650      <tr>2651        2652          2653          2654            2655            2656            <td class="a">9.3 <sup>(2,3)</sup>2657</td>2658          2659        2660          2661          2662            <td> </td>2663          2664        2665          2666          2667            2668            2669            <td class="a">4.4.3-4.4.4 <sup>(2)</sup>2670</td>2671          2672        2673          2674          2675            2676            2677            <td class="n">7 </td>2678          2679        2680          2681          2682            2683            2684            <td class="a">12.1 <sup>(2)</sup>2685</td>2686          2687        2688          2689          2690            <td> </td>2691          2692        2693          2694          2695            <td> </td>2696          2697        2698          2699          2700            2701            2702            <td class="n">10 </td>2703          2704        2705          2706          2707            <td> </td>2708          2709        2710          2711          2712            <td> </td>2713          2714        2715      </tr>2716    2717      2718      2719      <tr>2720        2721          2722          2723            2724            2725            <td class="a">9.0-9.2 <sup>(2,3)</sup>2726</td>2727          2728        2729          2730          2731            <td> </td>2732          2733        2734          2735          2736            2737            2738            <td class="a">4.4 <sup>(2)</sup>2739</td>2740          2741        2742          2743          2744            <td> </td>2745          2746        2747          2748          2749            2750            2751            <td class="a">12 <sup>(2)</sup>2752</td>2753          2754        2755          2756          2757            <td> </td>2758          2759        2760          2761          2762            <td> </td>2763          2764        2765          2766          2767            <td> </td>2768          2769        2770          2771          2772            <td> </td>2773          2774        2775          2776          2777            <td> </td>2778          2779        2780      </tr>2781    2782      2783      2784      <tr>2785        2786          2787          2788            2789            2790            <td class="a">8.1-8.4 <sup>(2,3)</sup>2791</td>2792          2793        2794          2795          2796            <td> </td>2797          2798        2799          2800          2801            2802            2803            <td class="a">4.2-4.3 <sup>(2)</sup>2804</td>2805          2806        2807          2808          2809            <td> </td>2810          2811        2812          2813          2814            2815            2816            <td class="a">11.5 <sup>(2)</sup>2817</td>2818          2819        2820          2821          2822            <td> </td>2823          2824        2825          2826          2827            <td> </td>2828          2829        2830          2831          2832            <td> </td>2833          2834        2835          2836          2837            <td> </td>2838          2839        2840          2841          2842            <td> </td>2843          2844        2845      </tr>2846    2847      2848      2849        <tr class="show-all">2850          <th class="show-all" colspan="10">2851            <a href="#" class="show-all">Show all</a>2852          </th>2853        </tr>2854      2855      <tr>2856        2857          2858          2859            2860            2861            <td class="a">8 <sup>(2,3)</sup>2862</td>2863          2864        2865          2866          2867            <td> </td>2868          2869        2870          2871          2872            2873            2874            <td class="a">4.1 <sup>(2)</sup>2875</td>2876          2877        2878          2879          2880            <td> </td>2881          2882        2883          2884          2885            2886            2887            <td class="a">11.1 <sup>(2)</sup>2888</td>2889          2890        2891          2892          2893            <td> </td>2894          2895        2896          2897          2898            <td> </td>2899          2900        2901          2902          2903            <td> </td>2904          2905        2906          2907          2908            <td> </td>2909          2910        2911          2912          2913            <td> </td>2914          2915        2916      </tr>2917    2918      2919      2920      <tr>2921        2922          2923          2924            2925            2926            <td class="a">7.0-7.1 <sup>(2,3)</sup>2927</td>2928          2929        2930          2931          2932            <td> </td>2933          2934        2935          2936          2937            2938            2939            <td class="a">4 <sup>(2)</sup>2940</td>2941          2942        2943          2944          2945            <td> </td>2946          2947        2948          2949          2950            2951            2952            <td class="a">11 <sup>(2)</sup>2953</td>2954          2955        2956          2957          2958            <td> </td>2959          2960        2961          2962          2963            <td> </td>2964          2965        2966          2967          2968            <td> </td>2969          2970        2971          2972          2973            <td> </td>2974          2975        2976          2977          2978            <td> </td>2979          2980        2981      </tr>2982    2983      2984      2985      <tr>2986        2987          2988          2989            2990            2991            <td class="a">6.0-6.1 <sup>(2,3)</sup>2992</td>2993          2994        2995          2996          2997            <td> </td>2998          2999        3000          3001          3002            3003            3004            <td class="n">3 </td>3005          3006        3007          3008          3009            <td> </td>3010          3011        3012          3013          3014            3015            3016            <td class="a">10 <sup>(2)</sup>3017</td>3018          3019        3020          3021          3022            <td> </td>3023          3024        3025          3026          3027            <td> </td>3028          3029        3030          3031          3032            <td> </td>3033          3034        3035          3036          3037            <td> </td>3038          3039        3040          3041          3042            <td> </td>3043          3044        3045      </tr>3046    3047      3048      3049      <tr>3050        3051          3052          3053            3054            3055            <td class="a">5.0-5.1 <sup>(2,3)</sup>3056</td>3057          3058        3059          3060          3061            <td> </td>3062          3063        3064          3065          3066            3067            3068            <td class="n">2.3 </td>3069          3070        3071          3072          3073            <td> </td>3074          3075        3076          3077          3078            <td> </td>3079          3080        3081          3082          3083            <td> </td>3084          3085        3086          3087          3088            <td> </td>3089          3090        3091          3092          3093            <td> </td>3094          3095        3096          3097          3098            <td> </td>3099          3100        3101          3102          3103            <td> </td>3104          3105        3106      </tr>3107    3108      3109      3110      <tr>3111        3112          3113          3114            3115            3116            <td class="n">4.2-4.3 </td>3117          3118        3119          3120          3121            <td> </td>3122          3123        3124          3125          3126            3127            3128            <td class="n">2.2 </td>3129          3130        3131          3132          3133            <td> </td>3134          3135        3136          3137          3138            <td> </td>3139          3140        3141          3142          3143            <td> </td>3144          3145        3146          3147          3148            <td> </td>3149          3150        3151          3152          3153            <td> </td>3154          3155        3156          3157          3158            <td> </td>3159          3160        3161          3162          3163            <td> </td>3164          3165        3166      </tr>3167    3168      3169      3170      <tr>3171        3172          3173          3174            3175            3176            <td class="n">4.0-4.1 </td>3177          3178        3179          3180          3181            <td> </td>3182          3183        3184          3185          3186            3187            3188            <td class="n">2.1 </td>3189          3190        3191          3192          3193            <td> </td>3194          3195        3196          3197          3198            <td> </td>3199          3200        3201          3202          3203            <td> </td>3204          3205        3206          3207          3208            <td> </td>3209          3210        3211          3212          3213            <td> </td>3214          3215        3216          3217          3218            <td> </td>3219          3220        3221          3222          3223            <td> </td>3224          3225        3226      </tr>3227    3228      3229      3230      <tr>3231        3232          3233          3234            3235            3236            <td class="n">3.2 </td>3237          3238        3239          3240          3241            <td> </td>3242          3243        3244          3245          3246            <td> </td>3247          3248        3249          3250          3251            <td> </td>3252          3253        3254          3255          3256            <td> </td>3257          3258        3259          3260          3261            <td> </td>3262          3263        3264          3265          3266            <td> </td>3267          3268        3269          3270          3271            <td> </td>3272          3273        3274          3275          3276            <td> </td>3277          3278        3279          3280          3281            <td> </td>3282          3283        3284      </tr>3285    3286      3287      3288      3289      3290      3291      3292      3293      3294      3295      3296      3297      3298      3299      3300      3301      3302      3303      3304      3305      3306      3307      3308      3309      3310      3311      3312      3313      3314      3315      3316      3317      3318      3319      3320      3321      3322      3323      3324      3325      3326      3327  </table>3328<h2>Notes</h2>3329  <p>Note that <code>&lt;input type="range"&gt;</code> can never match <code>:out-of-range</code> 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.</p>3330  <ol>3331    3332      <li><p>Opera Mini correctly applies style on initial load, but does not correctly update when value is changed.</p></li>3333    3334      <li><p><code>:in-range</code> also incorrectly matches temporal and <code>number</code> inputs which don't have <code>min</code> or <code>max</code> attributes. See <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7200501/" target="_blank">Edge bug</a>, <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=603268" target="_blank">Chrome bug</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=156558" target="_blank">WebKit bug</a>.</p></li>3335    3336      <li><p><code>:in-range</code> and <code>:out-of-range</code> incorrectly match inputs which are disabled or readonly. See <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7190958/" target="_blank">Edge bug</a>, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1264157" target="_blank">Mozilla bug</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=156530" target="_blank">WebKit bug</a>, <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=602568" target="_blank">Chrome bug</a>.</p></li>3337    3338  </ol>3339  <h2>Resources</h2>3340  <ul>3341    3342      <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:out-of-range" target="_blank">MDN article</a></li>3343    3344      <li><a href="https://html.spec.whatwg.org/multipage/scripting.html#selector-in-range" target="_blank">WHATWG HTML specification for `:in-range` and `:out-of-range`</a></li>3345    3346  </ul>3347<div class="_attribution">3348  <p class="_attribution-p">3349    Data by caniuse.com<br>3350    Licensed under the Creative Commons Attribution License v4.0.<br>3351    <a href="http://caniuse.com/#feat=css-in-out-of-range" class="_attribution-link" target="_blank">http://caniuse.com/#feat=css-in-out-of-range</a>3352  </p>3353</div>3354			</div>3355		</div>3356	</section>3357	</div>3358</body>...

Full Screen

Browser Compatibility

  • :in-range and :out-of-range CSS pseudo-classes on IE is fully supported on None of the versions, partially supported on None of the versions, and not supported on 5.5-11 IE versions.
  • :in-range and :out-of-range CSS pseudo-classes on Edge is fully supported on 79-111, partially supported on 13-18, and not supported on 12-12 Edge versions.
  • :in-range and :out-of-range CSS pseudo-classes on Firefox is fully supported on 50-113, partially supported on 29-49, and not supported on 2-28 Firefox versions.
  • :in-range and :out-of-range CSS pseudo-classes on Chrome is fully supported on 53-114, partially supported on 15-52, and not supported on 4-4 Chrome versions.
  • :in-range and :out-of-range CSS pseudo-classes on Safari is fully supported on 10.1-16.4, partially supported on 5.1-10, and not supported on 3.2-4 Safari versions.
  • :in-range and :out-of-range CSS pseudo-classes on Opera is fully supported on 40-95, partially supported on 10.5-39, and not supported on below 10.5 Opera versions.
  • :in-range and :out-of-range CSS pseudo-classes on Safari on iOS is fully supported on 10.3-16.4, partially supported on 5-10, and not supported on 3.2-4 Safari on iOS versions.
  • :in-range and :out-of-range CSS pseudo-classes on Android Browser is fully supported on 97-111, partially supported on 4.4-4, and not supported on 2.1-3 Android Browser versions.
  • :in-range and :out-of-range CSS pseudo-classes on Opera Mobile is fully supported on 64-73, partially supported on 10-12, and not supported on below 10 Opera Mobile versions.
  • :in-range and :out-of-range CSS pseudo-classes on Chrome for Android is fully supported on 97-111, partially supported on None of the versions, and not supported on below 97 Chrome for Android versions.
  • :in-range and :out-of-range CSS pseudo-classes on Firefox for Android is fully supported on 95-110, partially supported on None of the versions, and not supported on below 95 Firefox for Android versions.
  • :in-range and :out-of-range CSS pseudo-classes on Samsung Internet is fully supported on 5-20, partially supported on 4-4, and not supported on below 4 Samsung Internet versions.
92
Hightooltip

Browser Compatibility Score

Chrome IE
Low

Browser Support For IE Versions

-
Fully
-
Partially
5.5-11
No Support
Chrome Edge
High

Browser Support For Edge Versions

79-111
Fully
13-18
Partially
12-12
No Support
Chrome Firefox
High

Browser Support For Firefox Versions

50-113
Fully
29-49
Partially
2-28
No Support
Chrome Chrome
High

Browser Support For Chrome Versions

53-114
Fully
15-52
Partially
4-4
No Support
Chrome Safari
High

Browser Support For Safari Versions

10.1-16.4
Fully
5.1-10
Partially
3.2-4
No Support
Chrome Opera
High

Browser Support For Opera Versions

40-95
Fully
10.5-39
Partially
-
No Support
Chrome Safari on iOS
High

Browser Support For Safari on iOS Versions

10.3-16.4
Fully
5-10
Partially
3.2-4
No Support
Chrome Android Browser
High

Browser Support For Android Browser Versions

97-111
Fully
4.4-4
Partially
2.1-3
No Support
Chrome Opera Mobile
High

Browser Support For Opera Mobile Versions

64-73
Fully
10-12
Partially
-
No Support
Chrome Chrome for Android
High

Browser Support For Chrome for Android Versions

97-111
Fully
-
Partially
-
No Support
Chrome Firefox for Android
High

Browser Support For Firefox for Android Versions

95-110
Fully
-
Partially
-
No Support
Chrome Samsung Internet
High

Browser Support For Samsung Internet Versions

5-20
Fully
4-4
Partially
-
No Support

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Test your website on 3000+ browsers

Test your website on 3000+ real browsers and operating systems for mobile and desktop with the LambdaTest cloud. Perform browser compatibility test for :in-range and :out-of-range CSS pseudo-classes and many more web technologies that are a part of your website or web-application.

Last Modified date

2023-03-20

Browser Support for :in-range and :out-of-range CSS pseudo-classes

References


Data sourced from

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Debug Your Mobile Websites Faster With LT Browser!

Harness the power of Chromium-based engine to deliver responsive websites and web apps.

Try for free...
Join

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful

LambdaTestX

We use cookies to give you the best experience. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. Learn More in our Cookies policy, Privacy & Terms of service

Allow Cookie