fullscreen.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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 article"
  10. },
  11. {
  12. "url":"http://jlongster.com/2011/11/21/canvas.html",
  13. "title":"Blog post"
  14. },
  15. {
  16. "url":"http://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/",
  17. "title":"Mozilla hacks article"
  18. },
  19. {
  20. "url":"http://docs.webplatform.org/wiki/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. },
  62. "firefox":{
  63. "2":"n",
  64. "3":"n",
  65. "3.5":"n",
  66. "3.6":"n",
  67. "4":"n",
  68. "5":"n",
  69. "6":"n",
  70. "7":"n",
  71. "8":"n",
  72. "9":"n",
  73. "10":"a x #1 #3",
  74. "11":"a x #1 #3",
  75. "12":"a x #1 #3",
  76. "13":"a x #1 #3",
  77. "14":"a x #1 #3",
  78. "15":"a x #1 #3",
  79. "16":"a x #1 #3",
  80. "17":"a x #1 #3",
  81. "18":"a x #1 #3",
  82. "19":"a x #1 #3",
  83. "20":"a x #1 #3",
  84. "21":"a x #1 #3",
  85. "22":"a x #1 #3",
  86. "23":"a x #1 #3",
  87. "24":"a x #1 #3",
  88. "25":"a x #1 #3",
  89. "26":"a x #1 #3",
  90. "27":"a x #1 #3",
  91. "28":"a x #1 #3",
  92. "29":"a x #1 #3",
  93. "30":"a x #1 #3",
  94. "31":"a x #1 #3",
  95. "32":"a x #1 #3",
  96. "33":"a x #1 #3",
  97. "34":"a x #1 #3",
  98. "35":"a x #1 #3",
  99. "36":"a x #1 #3",
  100. "37":"a x #1 #3",
  101. "38":"a x #1 #3",
  102. "39":"a x #1 #3",
  103. "40":"a x #1 #3",
  104. "41":"a x #1 #3",
  105. "42":"a x #1 #3",
  106. "43":"a x #1 #3",
  107. "44":"a x #1 #3",
  108. "45":"a x #1 #3",
  109. "46":"a x #1 #3",
  110. "47":"a x #1 #3 #4",
  111. "48":"a x #1 #3 #4",
  112. "49":"a x #1 #3 #4",
  113. "50":"a x #1 #3 #4",
  114. "51":"a x #1 #3 #4",
  115. "52":"a x #1 #3 #4",
  116. "53":"a x #1 #3 #4"
  117. },
  118. "chrome":{
  119. "4":"n",
  120. "5":"n",
  121. "6":"n",
  122. "7":"n",
  123. "8":"n",
  124. "9":"n",
  125. "10":"n",
  126. "11":"n",
  127. "12":"n",
  128. "13":"n",
  129. "14":"n",
  130. "15":"a x #1 #3",
  131. "16":"a x #1 #3",
  132. "17":"a x #1 #3",
  133. "18":"a x #1 #3",
  134. "19":"a x #1 #3",
  135. "20":"a x #2 #3",
  136. "21":"a x #2 #3",
  137. "22":"a x #2 #3",
  138. "23":"a x #2 #3",
  139. "24":"a x #2 #3",
  140. "25":"a x #2 #3",
  141. "26":"a x #2 #3",
  142. "27":"a x #2 #3",
  143. "28":"a x #2 #3",
  144. "29":"a x #2 #3",
  145. "30":"a x #2 #3",
  146. "31":"a x #2 #3",
  147. "32":"a x #2 #3",
  148. "33":"a x #2 #3",
  149. "34":"a x #2 #3",
  150. "35":"a x #2 #3",
  151. "36":"a x #2 #3",
  152. "37":"a x #2 #3",
  153. "38":"a x #2 #3",
  154. "39":"a x #2 #3",
  155. "40":"a x #2 #3",
  156. "41":"a x #2 #3",
  157. "42":"a x #2 #3",
  158. "43":"a x #2 #3",
  159. "44":"a x #2 #3",
  160. "45":"a x #2 #3",
  161. "46":"a x #2 #3",
  162. "47":"a x #2 #3",
  163. "48":"a x #2 #3",
  164. "49":"a x #2 #3",
  165. "50":"a x #2 #3",
  166. "51":"a x #2 #3",
  167. "52":"a x #2 #3",
  168. "53":"a x #2 #3",
  169. "54":"a x #2 #3",
  170. "55":"a x #2 #3",
  171. "56":"a x #2 #3",
  172. "57":"a x #2 #3"
  173. },
  174. "safari":{
  175. "3.1":"n",
  176. "3.2":"n",
  177. "4":"n",
  178. "5":"n",
  179. "5.1":"a x #1 #3",
  180. "6":"a x #2 #3",
  181. "6.1":"a x #2 #3",
  182. "7":"a x #2 #3",
  183. "7.1":"a x #2 #3",
  184. "8":"a x #2 #3",
  185. "9":"a x #2 #3",
  186. "9.1":"a x #2 #3",
  187. "10":"a x #2 #3",
  188. "TP":"a x #2 #3"
  189. },
  190. "opera":{
  191. "9":"n",
  192. "9.5-9.6":"n",
  193. "10.0-10.1":"n",
  194. "10.5":"n",
  195. "10.6":"n",
  196. "11":"n",
  197. "11.1":"n",
  198. "11.5":"n",
  199. "11.6":"n",
  200. "12":"n",
  201. "12.1":"y",
  202. "15":"a x #2 #3",
  203. "16":"a x #2 #3",
  204. "17":"a x #2 #3",
  205. "18":"a x #2 #3",
  206. "19":"a x #2 #3",
  207. "20":"a x #2 #3",
  208. "21":"a x #2 #3",
  209. "22":"a x #2 #3",
  210. "23":"a x #2 #3",
  211. "24":"a x #2 #3",
  212. "25":"a x #2 #3",
  213. "26":"a x #2 #3",
  214. "27":"a x #2 #3",
  215. "28":"a x #2 #3",
  216. "29":"a x #2 #3",
  217. "30":"a x #2 #3",
  218. "31":"a x #2 #3",
  219. "32":"a x #2 #3",
  220. "33":"a x #2 #3",
  221. "34":"a x #2 #3",
  222. "35":"a x #2 #3",
  223. "36":"a x #2 #3",
  224. "37":"a x #2 #3",
  225. "38":"a x #2 #3",
  226. "39":"a x #2 #3",
  227. "40":"a x #2 #3",
  228. "41":"a x #2 #3",
  229. "42":"a x #2 #3",
  230. "43":"a x #2 #3"
  231. },
  232. "ios_saf":{
  233. "3.2":"n",
  234. "4.0-4.1":"n",
  235. "4.2-4.3":"n",
  236. "5.0-5.1":"n",
  237. "6.0-6.1":"n",
  238. "7.0-7.1":"n",
  239. "8":"n",
  240. "8.1-8.4":"n",
  241. "9.0-9.2":"n",
  242. "9.3":"n",
  243. "10-10.1":"n"
  244. },
  245. "op_mini":{
  246. "all":"n"
  247. },
  248. "android":{
  249. "2.1":"n",
  250. "2.2":"n",
  251. "2.3":"n",
  252. "3":"n",
  253. "4":"n",
  254. "4.1":"n",
  255. "4.2-4.3":"n",
  256. "4.4":"n",
  257. "4.4.3-4.4.4":"n",
  258. "53":"n"
  259. },
  260. "bb":{
  261. "7":"n",
  262. "10":"a x #2"
  263. },
  264. "op_mob":{
  265. "10":"n",
  266. "11":"n",
  267. "11.1":"n",
  268. "11.5":"n",
  269. "12":"n",
  270. "12.1":"n",
  271. "37":"a x #2 #3"
  272. },
  273. "and_chr":{
  274. "54":"a x #2 #3"
  275. },
  276. "and_ff":{
  277. "50":"a x #1 #3 #4"
  278. },
  279. "ie_mob":{
  280. "10":"n",
  281. "11":"a x #3"
  282. },
  283. "and_uc":{
  284. "11":"n"
  285. },
  286. "samsung":{
  287. "4":"a x #2 #3"
  288. }
  289. },
  290. "notes":"",
  291. "notes_by_num":{
  292. "1":"Partial support refers to supporting an earlier draft of the spec.",
  293. "2":"Partial support refers to not supporting `::backdrop`, and supporting the old `:full-screen` syntax rather than the standard `:fullscreen`.",
  294. "3":"Partial support refers to not returning a Promise, as specified in the latest version of the spec.",
  295. "4":"Unprefixed support is available behind the `full-screen-api.unprefix.enabled` flag"
  296. },
  297. "usage_perc_y":0.13,
  298. "usage_perc_a":71.46,
  299. "ucprefix":false,
  300. "parent":"",
  301. "keywords":"full-screen",
  302. "ie_id":"fullscreenapi",
  303. "chrome_id":"5259513871466496",
  304. "firefox_id":"fullscreen",
  305. "webkit_id":"",
  306. "shown":true
  307. }