css-focus-visible.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. {
  2. "title":":focus-visible CSS pseudo-class",
  3. "description":"The `:focus-visible` pseudo-class applies while an element matches the `:focus` pseudo-class, and the UA determines via heuristics that the focus should be specially indicated on the element (typically via a \u201cfocus ring\u201d).",
  4. "spec":"https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://github.com/WICG/focus-visible",
  9. "title":"Prototype for `:focus-visible`"
  10. },
  11. {
  12. "url":"https://bugs.chromium.org/p/chromium/issues/detail?id=817199",
  13. "title":"Chrome does not support CSS Selectors 4 :focus-visible"
  14. },
  15. {
  16. "url":"https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/-wN72ESFsyo",
  17. "title":"Blink: Intent to implement :focus-visible pseudo class."
  18. },
  19. {
  20. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring",
  21. "title":"Mozilla Developer Network (MDN) documentation - :-moz-focusring"
  22. },
  23. {
  24. "url":"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/19594159--focus-visible",
  25. "title":"Microsoft Edge implementation suggestion"
  26. },
  27. {
  28. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=1437901",
  29. "title":"Bugzilla: Add :focus-visible (former :focus-ring)"
  30. },
  31. {
  32. "url":"https://bugs.webkit.org/show_bug.cgi?id=30523",
  33. "title":"WebKit bug #140144: Add support for `-webkit-focusring` CSS pseudo class"
  34. },
  35. {
  36. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=1445482",
  37. "title":"Bugzilla: implement :focus-visible pseudo-class (rename/alias :-moz-focusring)"
  38. }
  39. ],
  40. "bugs":[
  41. ],
  42. "categories":[
  43. "CSS"
  44. ],
  45. "stats":{
  46. "ie":{
  47. "5.5":"n",
  48. "6":"n",
  49. "7":"n",
  50. "8":"n",
  51. "9":"n",
  52. "10":"n",
  53. "11":"n"
  54. },
  55. "edge":{
  56. "12":"n",
  57. "13":"n",
  58. "14":"n",
  59. "15":"n",
  60. "16":"n",
  61. "17":"n",
  62. "18":"n",
  63. "79":"p d #2",
  64. "80":"p d #2",
  65. "81":"p d #2",
  66. "83":"p d #2",
  67. "84":"p d #2",
  68. "85":"p d #2",
  69. "86":"y"
  70. },
  71. "firefox":{
  72. "2":"n",
  73. "3":"n",
  74. "3.5":"n",
  75. "3.6":"n",
  76. "4":"y x #1",
  77. "5":"y x #1",
  78. "6":"y x #1",
  79. "7":"y x #1",
  80. "8":"y x #1",
  81. "9":"y x #1",
  82. "10":"y x #1",
  83. "11":"y x #1",
  84. "12":"y x #1",
  85. "13":"y x #1",
  86. "14":"y x #1",
  87. "15":"y x #1",
  88. "16":"y x #1",
  89. "17":"y x #1",
  90. "18":"y x #1",
  91. "19":"y x #1",
  92. "20":"y x #1",
  93. "21":"y x #1",
  94. "22":"y x #1",
  95. "23":"y x #1",
  96. "24":"y x #1",
  97. "25":"y x #1",
  98. "26":"y x #1",
  99. "27":"y x #1",
  100. "28":"y x #1",
  101. "29":"y x #1",
  102. "30":"y x #1",
  103. "31":"y x #1",
  104. "32":"y x #1",
  105. "33":"y x #1",
  106. "34":"y x #1",
  107. "35":"y x #1",
  108. "36":"y x #1",
  109. "37":"y x #1",
  110. "38":"y x #1",
  111. "39":"y x #1",
  112. "40":"y x #1",
  113. "41":"y x #1",
  114. "42":"y x #1",
  115. "43":"y x #1",
  116. "44":"y x #1",
  117. "45":"y x #1",
  118. "46":"y x #1",
  119. "47":"y x #1",
  120. "48":"y x #1",
  121. "49":"y x #1",
  122. "50":"y x #1",
  123. "51":"y x #1",
  124. "52":"y x #1",
  125. "53":"y x #1",
  126. "54":"y x #1",
  127. "55":"y x #1",
  128. "56":"y x #1",
  129. "57":"y x #1",
  130. "58":"y x #1",
  131. "59":"y x #1",
  132. "60":"y x #1",
  133. "61":"y x #1",
  134. "62":"y x #1",
  135. "63":"y x #1",
  136. "64":"y x #1",
  137. "65":"y x #1",
  138. "66":"y x #1",
  139. "67":"y x #1",
  140. "68":"y x #1",
  141. "69":"y x #1",
  142. "70":"y x #1",
  143. "71":"y x #1",
  144. "72":"y x #1",
  145. "73":"y x #1",
  146. "74":"y x #1",
  147. "75":"y x #1",
  148. "76":"y x #1",
  149. "77":"y x #1",
  150. "78":"y x #1",
  151. "79":"y x #1",
  152. "80":"y x #1",
  153. "81":"y x #1",
  154. "82":"y x #1",
  155. "83":"y x #1"
  156. },
  157. "chrome":{
  158. "4":"n",
  159. "5":"n",
  160. "6":"n",
  161. "7":"n",
  162. "8":"n",
  163. "9":"n",
  164. "10":"n",
  165. "11":"n",
  166. "12":"n",
  167. "13":"n",
  168. "14":"n",
  169. "15":"n",
  170. "16":"n",
  171. "17":"n",
  172. "18":"n",
  173. "19":"n",
  174. "20":"n",
  175. "21":"n",
  176. "22":"n",
  177. "23":"n",
  178. "24":"n",
  179. "25":"n",
  180. "26":"n",
  181. "27":"n",
  182. "28":"n",
  183. "29":"n",
  184. "30":"n",
  185. "31":"n",
  186. "32":"n",
  187. "33":"n",
  188. "34":"n",
  189. "35":"n",
  190. "36":"n",
  191. "37":"n",
  192. "38":"n",
  193. "39":"n",
  194. "40":"n",
  195. "41":"n",
  196. "42":"n",
  197. "43":"n",
  198. "44":"n",
  199. "45":"n",
  200. "46":"n",
  201. "47":"n",
  202. "48":"n",
  203. "49":"n",
  204. "50":"n",
  205. "51":"n",
  206. "52":"n",
  207. "53":"n",
  208. "54":"n",
  209. "55":"n",
  210. "56":"n",
  211. "57":"n",
  212. "58":"n",
  213. "59":"n",
  214. "60":"n",
  215. "61":"n",
  216. "62":"n",
  217. "63":"n",
  218. "64":"n",
  219. "65":"n",
  220. "66":"n",
  221. "67":"p d #2",
  222. "68":"p d #2",
  223. "69":"p d #2",
  224. "70":"p d #2",
  225. "71":"p d #2",
  226. "72":"p d #2",
  227. "73":"p d #2",
  228. "74":"p d #2",
  229. "75":"p d #2",
  230. "76":"p d #2",
  231. "77":"p d #2",
  232. "78":"p d #2",
  233. "79":"p d #2",
  234. "80":"p d #2",
  235. "81":"p d #2",
  236. "83":"p d #2",
  237. "84":"p d #2",
  238. "85":"p d #2",
  239. "86":"y",
  240. "87":"y",
  241. "88":"y",
  242. "89":"y"
  243. },
  244. "safari":{
  245. "3.1":"n",
  246. "3.2":"n",
  247. "4":"n",
  248. "5":"n",
  249. "5.1":"n",
  250. "6":"n",
  251. "6.1":"n",
  252. "7":"n",
  253. "7.1":"n",
  254. "8":"n",
  255. "9":"n",
  256. "9.1":"n",
  257. "10":"n",
  258. "10.1":"n",
  259. "11":"n",
  260. "11.1":"n",
  261. "12":"n",
  262. "12.1":"n",
  263. "13":"n",
  264. "13.1":"n",
  265. "14":"n",
  266. "TP":"n"
  267. },
  268. "opera":{
  269. "9":"n",
  270. "9.5-9.6":"n",
  271. "10.0-10.1":"n",
  272. "10.5":"n",
  273. "10.6":"n",
  274. "11":"n",
  275. "11.1":"n",
  276. "11.5":"n",
  277. "11.6":"n",
  278. "12":"n",
  279. "12.1":"n",
  280. "15":"n",
  281. "16":"n",
  282. "17":"n",
  283. "18":"n",
  284. "19":"n",
  285. "20":"n",
  286. "21":"n",
  287. "22":"n",
  288. "23":"n",
  289. "24":"n",
  290. "25":"n",
  291. "26":"n",
  292. "27":"n",
  293. "28":"n",
  294. "29":"n",
  295. "30":"n",
  296. "31":"n",
  297. "32":"n",
  298. "33":"n",
  299. "34":"n",
  300. "35":"n",
  301. "36":"n",
  302. "37":"n",
  303. "38":"n",
  304. "39":"n",
  305. "40":"n",
  306. "41":"n",
  307. "42":"n",
  308. "43":"n",
  309. "44":"n",
  310. "45":"n",
  311. "46":"n",
  312. "47":"n",
  313. "48":"n",
  314. "49":"n",
  315. "50":"n",
  316. "51":"n",
  317. "52":"n",
  318. "53":"n",
  319. "54":"n",
  320. "55":"n",
  321. "56":"n",
  322. "57":"n",
  323. "58":"n",
  324. "60":"n",
  325. "62":"n",
  326. "63":"n",
  327. "64":"n",
  328. "65":"n",
  329. "66":"p d #2",
  330. "67":"p d #2",
  331. "68":"p d #2",
  332. "69":"p d #2",
  333. "70":"p d #2",
  334. "71":"p d #2"
  335. },
  336. "ios_saf":{
  337. "3.2":"n",
  338. "4.0-4.1":"n",
  339. "4.2-4.3":"n",
  340. "5.0-5.1":"n",
  341. "6.0-6.1":"n",
  342. "7.0-7.1":"n",
  343. "8":"n",
  344. "8.1-8.4":"n",
  345. "9.0-9.2":"n",
  346. "9.3":"n",
  347. "10.0-10.2":"n",
  348. "10.3":"n",
  349. "11.0-11.2":"n",
  350. "11.3-11.4":"n",
  351. "12.0-12.1":"n",
  352. "12.2-12.4":"n",
  353. "13.0-13.1":"n",
  354. "13.2":"n",
  355. "13.3":"n",
  356. "13.4-13.7":"n",
  357. "14":"n"
  358. },
  359. "op_mini":{
  360. "all":"n"
  361. },
  362. "android":{
  363. "2.1":"n",
  364. "2.2":"n",
  365. "2.3":"n",
  366. "3":"n",
  367. "4":"n",
  368. "4.1":"n",
  369. "4.2-4.3":"n",
  370. "4.4":"n",
  371. "4.4.3-4.4.4":"n",
  372. "81":"n"
  373. },
  374. "bb":{
  375. "7":"n",
  376. "10":"n"
  377. },
  378. "op_mob":{
  379. "10":"n",
  380. "11":"n",
  381. "11.1":"n",
  382. "11.5":"n",
  383. "12":"n",
  384. "12.1":"n",
  385. "59":"n"
  386. },
  387. "and_chr":{
  388. "85":"p d #2"
  389. },
  390. "and_ff":{
  391. "79":"y x #1"
  392. },
  393. "ie_mob":{
  394. "10":"n",
  395. "11":"n"
  396. },
  397. "and_uc":{
  398. "12.12":"n"
  399. },
  400. "samsung":{
  401. "4":"n",
  402. "5.0-5.4":"n",
  403. "6.2-6.4":"n",
  404. "7.2-7.4":"n",
  405. "8.2":"n",
  406. "9.2":"n",
  407. "10.1":"n",
  408. "11.1-11.2":"n",
  409. "12.0":"n"
  410. },
  411. "and_qq":{
  412. "10.4":"n"
  413. },
  414. "baidu":{
  415. "7.12":"n"
  416. },
  417. "kaios":{
  418. "2.5":"y x #1"
  419. }
  420. },
  421. "notes":"Previously drafted as `:focus-ring`",
  422. "notes_by_num":{
  423. "1":"As `:-moz-focusring`",
  424. "2":"Enabled through the \"Experimental Web Platform features\" flag in chrome://flags"
  425. },
  426. "usage_perc_y":4.4,
  427. "usage_perc_a":0,
  428. "ucprefix":false,
  429. "parent":"",
  430. "keywords":"focus,ring,focusring,focus-ring,visible,focus-visible,pseudo",
  431. "ie_id":"",
  432. "chrome_id":"5823526732824576",
  433. "firefox_id":"",
  434. "webkit_id":"",
  435. "shown":true
  436. }