fullscreen.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. {
  2. "title":"Full Screen API",
  3. "description":"API for allowing content (like a video or canvas element) to take up the entire screen.",
  4. "spec":"https://fullscreen.spec.whatwg.org/",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/en/DOM/Using_full-screen_mode",
  9. "title":"MDN Web Docs - Using Full Screen"
  10. },
  11. {
  12. "url":"http://jlongster.com/2011/11/21/canvas.html",
  13. "title":"Blog post"
  14. },
  15. {
  16. "url":"https://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/",
  17. "title":"Mozilla hacks article"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/dom/Element/requestFullscreen",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"IE 11 doesn't allow going to fullscreen mode when the event that triggers `msRequestFullscreen()` is a `keydown` or `pointerdown` event (`keypress` and `click` do work)"
  27. },
  28. {
  29. "description":"Safari blocks access to keyboard events in fullscreen mode (as a security measure)."
  30. },
  31. {
  32. "description":"Safari doesn't support stacking, meaning only one element can be set to full screen. `webkitRequestFullScreen()` is ignored for other elements and no error event is dispatched."
  33. },
  34. {
  35. "description":"IE 11 does not allow scrolling when document.documentElement is set to full screen."
  36. },
  37. {
  38. "description":"IE 11 does not properly support fullscreen when opening from an iframe."
  39. },
  40. {
  41. "description":"Opera 12.1 uses the older specificaton's `:fullscreen-ancestor` pseudo-class instead of the the `::backdrop` pseudo-element."
  42. }
  43. ],
  44. "categories":[
  45. "JS API"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"n",
  51. "7":"n",
  52. "8":"n",
  53. "9":"n",
  54. "10":"n",
  55. "11":"a x #3"
  56. },
  57. "edge":{
  58. "12":"a #3",
  59. "13":"a #3",
  60. "14":"a #3",
  61. "15":"a #3",
  62. "16":"a #3",
  63. "17":"a #3",
  64. "18":"a #3"
  65. },
  66. "firefox":{
  67. "2":"n",
  68. "3":"n",
  69. "3.5":"n",
  70. "3.6":"n",
  71. "4":"n",
  72. "5":"n",
  73. "6":"n",
  74. "7":"n",
  75. "8":"n",
  76. "9":"n",
  77. "10":"a x #1 #3",
  78. "11":"a x #1 #3",
  79. "12":"a x #1 #3",
  80. "13":"a x #1 #3",
  81. "14":"a x #1 #3",
  82. "15":"a x #1 #3",
  83. "16":"a x #1 #3",
  84. "17":"a x #1 #3",
  85. "18":"a x #1 #3",
  86. "19":"a x #1 #3",
  87. "20":"a x #1 #3",
  88. "21":"a x #1 #3",
  89. "22":"a x #1 #3",
  90. "23":"a x #1 #3",
  91. "24":"a x #1 #3",
  92. "25":"a x #1 #3",
  93. "26":"a x #1 #3",
  94. "27":"a x #1 #3",
  95. "28":"a x #1 #3",
  96. "29":"a x #1 #3",
  97. "30":"a x #1 #3",
  98. "31":"a x #1 #3",
  99. "32":"a x #1 #3",
  100. "33":"a x #1 #3",
  101. "34":"a x #1 #3",
  102. "35":"a x #1 #3",
  103. "36":"a x #1 #3",
  104. "37":"a x #1 #3",
  105. "38":"a x #1 #3",
  106. "39":"a x #1 #3",
  107. "40":"a x #1 #3",
  108. "41":"a x #1 #3",
  109. "42":"a x #1 #3",
  110. "43":"a x #1 #3",
  111. "44":"a x #1 #3",
  112. "45":"a x #1 #3",
  113. "46":"a x #1 #3",
  114. "47":"a x #1 #3 #4",
  115. "48":"a x #1 #3 #4",
  116. "49":"a x #1 #3 #4",
  117. "50":"a x #1 #3 #4",
  118. "51":"a x #1 #3 #4",
  119. "52":"a x #1 #3 #4",
  120. "53":"a x #1 #3 #4",
  121. "54":"a x #1 #3 #4",
  122. "55":"a x #1 #3 #4",
  123. "56":"a x #1 #3 #4",
  124. "57":"a x #1 #3 #4",
  125. "58":"a x #1 #3 #4",
  126. "59":"a x #1 #3 #4",
  127. "60":"a x #1 #3 #4",
  128. "61":"a x #1 #3 #4",
  129. "62":"a x #1 #3 #4",
  130. "63":"a x #1 #3 #4",
  131. "64":"y",
  132. "65":"y",
  133. "66":"y"
  134. },
  135. "chrome":{
  136. "4":"n",
  137. "5":"n",
  138. "6":"n",
  139. "7":"n",
  140. "8":"n",
  141. "9":"n",
  142. "10":"n",
  143. "11":"n",
  144. "12":"n",
  145. "13":"n",
  146. "14":"n",
  147. "15":"a x #1 #3",
  148. "16":"a x #1 #3",
  149. "17":"a x #1 #3",
  150. "18":"a x #1 #3",
  151. "19":"a x #1 #3",
  152. "20":"a x #2 #3",
  153. "21":"a x #2 #3",
  154. "22":"a x #2 #3",
  155. "23":"a x #2 #3",
  156. "24":"a x #2 #3",
  157. "25":"a x #2 #3",
  158. "26":"a x #2 #3",
  159. "27":"a x #2 #3",
  160. "28":"a x #2 #3",
  161. "29":"a x #2 #3",
  162. "30":"a x #2 #3",
  163. "31":"a x #2 #3",
  164. "32":"a x #2 #3",
  165. "33":"a x #2 #3",
  166. "34":"a x #2 #3",
  167. "35":"a x #2 #3",
  168. "36":"a x #2 #3",
  169. "37":"a x #2 #3",
  170. "38":"a x #2 #3",
  171. "39":"a x #2 #3",
  172. "40":"a x #2 #3",
  173. "41":"a x #2 #3",
  174. "42":"a x #2 #3",
  175. "43":"a x #2 #3",
  176. "44":"a x #2 #3",
  177. "45":"a x #2 #3",
  178. "46":"a x #2 #3",
  179. "47":"a x #2 #3",
  180. "48":"a x #2 #3",
  181. "49":"a x #2 #3",
  182. "50":"a x #2 #3",
  183. "51":"a x #2 #3",
  184. "52":"a x #2 #3",
  185. "53":"a x #2 #3",
  186. "54":"a x #2 #3",
  187. "55":"a x #2 #3",
  188. "56":"a x #2 #3",
  189. "57":"a x #2 #3",
  190. "58":"a x #2 #3",
  191. "59":"a x #2 #3",
  192. "60":"a x #2 #3",
  193. "61":"a x #2 #3",
  194. "62":"a x #2 #3",
  195. "63":"a x #2 #3",
  196. "64":"a x #2 #3",
  197. "65":"a x #2 #3",
  198. "66":"a x #2 #3",
  199. "67":"a x #2 #3",
  200. "68":"a x #2 #3",
  201. "69":"a x #2 #3",
  202. "70":"a x #2 #3",
  203. "71":"y",
  204. "72":"y",
  205. "73":"y",
  206. "74":"y"
  207. },
  208. "safari":{
  209. "3.1":"n",
  210. "3.2":"n",
  211. "4":"n",
  212. "5":"n",
  213. "5.1":"a x #1 #3",
  214. "6":"a x #2 #3",
  215. "6.1":"a x #2 #3",
  216. "7":"a x #2 #3",
  217. "7.1":"a x #2 #3",
  218. "8":"a x #2 #3",
  219. "9":"a x #2 #3",
  220. "9.1":"a x #2 #3",
  221. "10":"a x #2 #3",
  222. "10.1":"a x #2 #3",
  223. "11":"a x #2 #3",
  224. "11.1":"a x #2 #3",
  225. "12":"a x #2 #3",
  226. "TP":"a x #2 #3"
  227. },
  228. "opera":{
  229. "9":"n",
  230. "9.5-9.6":"n",
  231. "10.0-10.1":"n",
  232. "10.5":"n",
  233. "10.6":"n",
  234. "11":"n",
  235. "11.1":"n",
  236. "11.5":"n",
  237. "11.6":"n",
  238. "12":"n",
  239. "12.1":"y",
  240. "15":"a x #2 #3",
  241. "16":"a x #2 #3",
  242. "17":"a x #2 #3",
  243. "18":"a x #2 #3",
  244. "19":"a x #2 #3",
  245. "20":"a x #2 #3",
  246. "21":"a x #2 #3",
  247. "22":"a x #2 #3",
  248. "23":"a x #2 #3",
  249. "24":"a x #2 #3",
  250. "25":"a x #2 #3",
  251. "26":"a x #2 #3",
  252. "27":"a x #2 #3",
  253. "28":"a x #2 #3",
  254. "29":"a x #2 #3",
  255. "30":"a x #2 #3",
  256. "31":"a x #2 #3",
  257. "32":"a x #2 #3",
  258. "33":"a x #2 #3",
  259. "34":"a x #2 #3",
  260. "35":"a x #2 #3",
  261. "36":"a x #2 #3",
  262. "37":"a x #2 #3",
  263. "38":"a x #2 #3",
  264. "39":"a x #2 #3",
  265. "40":"a x #2 #3",
  266. "41":"a x #2 #3",
  267. "42":"a x #2 #3",
  268. "43":"a x #2 #3",
  269. "44":"a x #2 #3",
  270. "45":"a x #2 #3",
  271. "46":"a x #2 #3",
  272. "47":"a x #2 #3",
  273. "48":"a x #2 #3",
  274. "49":"a x #2 #3",
  275. "50":"a x #2 #3",
  276. "51":"a x #2 #3",
  277. "52":"a x #2 #3",
  278. "53":"a x #2 #3",
  279. "54":"a x #2 #3",
  280. "55":"a x #2 #3",
  281. "56":"a x #2 #3",
  282. "57":"a x #2 #3"
  283. },
  284. "ios_saf":{
  285. "3.2":"n",
  286. "4.0-4.1":"n",
  287. "4.2-4.3":"n",
  288. "5.0-5.1":"n",
  289. "6.0-6.1":"n",
  290. "7.0-7.1":"n",
  291. "8":"n",
  292. "8.1-8.4":"n",
  293. "9.0-9.2":"n",
  294. "9.3":"n",
  295. "10.0-10.2":"n",
  296. "10.3":"n",
  297. "11.0-11.2":"n",
  298. "11.3-11.4":"n",
  299. "12.0-12.1":"n"
  300. },
  301. "op_mini":{
  302. "all":"n"
  303. },
  304. "android":{
  305. "2.1":"n",
  306. "2.2":"n",
  307. "2.3":"n",
  308. "3":"n",
  309. "4":"n",
  310. "4.1":"n",
  311. "4.2-4.3":"n",
  312. "4.4":"n",
  313. "4.4.3-4.4.4":"n",
  314. "67":"n"
  315. },
  316. "bb":{
  317. "7":"n",
  318. "10":"a x #2"
  319. },
  320. "op_mob":{
  321. "10":"n",
  322. "11":"n",
  323. "11.1":"n",
  324. "11.5":"n",
  325. "12":"n",
  326. "12.1":"n",
  327. "46":"a x #2 #3"
  328. },
  329. "and_chr":{
  330. "70":"a x #2 #3"
  331. },
  332. "and_ff":{
  333. "63":"a x #1 #3 #4"
  334. },
  335. "ie_mob":{
  336. "10":"n",
  337. "11":"a x #3"
  338. },
  339. "and_uc":{
  340. "11.8":"a x #2 #3"
  341. },
  342. "samsung":{
  343. "4":"a x #2 #3",
  344. "5":"a x #2 #3",
  345. "6.2":"a x #2 #3",
  346. "7.2":"a x #2 #3"
  347. },
  348. "and_qq":{
  349. "1.2":"a x #2 #3"
  350. },
  351. "baidu":{
  352. "7.12":"a x #2 #3"
  353. }
  354. },
  355. "notes":"",
  356. "notes_by_num":{
  357. "1":"Partial support refers to supporting an earlier draft of the spec.",
  358. "2":"Partial support refers to not supporting `::backdrop`, and supporting the old `:full-screen` syntax rather than the standard `:fullscreen`.",
  359. "3":"Partial support refers to not returning a Promise, as specified in the latest version of the spec.",
  360. "4":"Unprefixed support is available behind the `full-screen-api.unprefix.enabled` flag"
  361. },
  362. "usage_perc_y":0.22,
  363. "usage_perc_a":81.38,
  364. "ucprefix":false,
  365. "parent":"",
  366. "keywords":"full-screen,requestFullScreen,exitFullScreen",
  367. "ie_id":"fullscreenapi",
  368. "chrome_id":"5259513871466496",
  369. "firefox_id":"fullscreen",
  370. "webkit_id":"",
  371. "shown":true
  372. }