css-boxshadow.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. {
  2. "title":"CSS3 Box-shadow",
  3. "description":"Method of displaying an inner or outer shadow effect to elements",
  4. "spec":"http://www.w3.org/TR/css3-background/#box-shadow",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/En/CSS/-moz-box-shadow",
  9. "title":"MDN article"
  10. },
  11. {
  12. "url":"http://westciv.com/tools/boxshadows/index.html",
  13. "title":"Live editor"
  14. },
  15. {
  16. "url":"http://tests.themasta.com/blogstuff/boxshadowdemo.html",
  17. "title":"Demo of various effects"
  18. },
  19. {
  20. "url":"http://www.css3files.com/shadow/",
  21. "title":"Information page"
  22. },
  23. {
  24. "url":"http://docs.webplatform.org/wiki/css/properties/box-shadow",
  25. "title":"WebPlatform Docs"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Edge and IE up to 11 suppress box-shadow in tables with border-collapse:collapse. [test case](http://codepen.io/Fyrd/pen/oXVYyq)"
  31. },
  32. {
  33. "description":"Safari 6, iOS 6 and Android 2.3 default browser don't work with a 0px value for \"blur-radius\".\r\ne.g. `-webkit-box-shadow: 5px 1px 0px 1px #f04e29;`\r\ndoesn't work, but\r\n`-webkit-box-shadow: 5px 1px 1px 1px #f04e29`\r\ndoes."
  34. },
  35. {
  36. "description":"iOS 8 has a bug where the box shadow disappears when zooming in a certain amount. [test case](http://jsfiddle.net/b6aaq57z/4/)"
  37. }
  38. ],
  39. "categories":[
  40. "CSS3"
  41. ],
  42. "stats":{
  43. "ie":{
  44. "5.5":"n",
  45. "6":"n",
  46. "7":"n",
  47. "8":"n",
  48. "9":"y",
  49. "10":"y",
  50. "11":"y"
  51. },
  52. "edge":{
  53. "12":"y",
  54. "13":"y",
  55. "14":"y"
  56. },
  57. "firefox":{
  58. "2":"n",
  59. "3":"n",
  60. "3.5":"y x",
  61. "3.6":"y x",
  62. "4":"y",
  63. "5":"y",
  64. "6":"y",
  65. "7":"y",
  66. "8":"y",
  67. "9":"y",
  68. "10":"y",
  69. "11":"y",
  70. "12":"y",
  71. "13":"y",
  72. "14":"y",
  73. "15":"y",
  74. "16":"y",
  75. "17":"y",
  76. "18":"y",
  77. "19":"y",
  78. "20":"y",
  79. "21":"y",
  80. "22":"y",
  81. "23":"y",
  82. "24":"y",
  83. "25":"y",
  84. "26":"y",
  85. "27":"y",
  86. "28":"y",
  87. "29":"y",
  88. "30":"y",
  89. "31":"y",
  90. "32":"y",
  91. "33":"y",
  92. "34":"y",
  93. "35":"y",
  94. "36":"y",
  95. "37":"y",
  96. "38":"y",
  97. "39":"y",
  98. "40":"y",
  99. "41":"y",
  100. "42":"y",
  101. "43":"y",
  102. "44":"y",
  103. "45":"y",
  104. "46":"y",
  105. "47":"y",
  106. "48":"y",
  107. "49":"y",
  108. "50":"y",
  109. "51":"y",
  110. "52":"y",
  111. "53":"y"
  112. },
  113. "chrome":{
  114. "4":"y x",
  115. "5":"y x",
  116. "6":"y x",
  117. "7":"y x",
  118. "8":"y x",
  119. "9":"y x",
  120. "10":"y",
  121. "11":"y",
  122. "12":"y",
  123. "13":"y",
  124. "14":"y",
  125. "15":"y",
  126. "16":"y",
  127. "17":"y",
  128. "18":"y",
  129. "19":"y",
  130. "20":"y",
  131. "21":"y",
  132. "22":"y",
  133. "23":"y",
  134. "24":"y",
  135. "25":"y",
  136. "26":"y",
  137. "27":"y",
  138. "28":"y",
  139. "29":"y",
  140. "30":"y",
  141. "31":"y",
  142. "32":"y",
  143. "33":"y",
  144. "34":"y",
  145. "35":"y",
  146. "36":"y",
  147. "37":"y",
  148. "38":"y",
  149. "39":"y",
  150. "40":"y",
  151. "41":"y",
  152. "42":"y",
  153. "43":"y",
  154. "44":"y",
  155. "45":"y",
  156. "46":"y",
  157. "47":"y",
  158. "48":"y",
  159. "49":"y",
  160. "50":"y",
  161. "51":"y",
  162. "52":"y",
  163. "53":"y",
  164. "54":"y",
  165. "55":"y",
  166. "56":"y",
  167. "57":"y"
  168. },
  169. "safari":{
  170. "3.1":"a x #1",
  171. "3.2":"a x #1",
  172. "4":"a x #1",
  173. "5":"y x",
  174. "5.1":"y",
  175. "6":"y",
  176. "6.1":"y",
  177. "7":"y",
  178. "7.1":"y",
  179. "8":"y",
  180. "9":"y",
  181. "9.1":"y",
  182. "10":"y",
  183. "TP":"y"
  184. },
  185. "opera":{
  186. "9":"n",
  187. "9.5-9.6":"n",
  188. "10.0-10.1":"n",
  189. "10.5":"y",
  190. "10.6":"y",
  191. "11":"y",
  192. "11.1":"y",
  193. "11.5":"y",
  194. "11.6":"y",
  195. "12":"y",
  196. "12.1":"y",
  197. "15":"y",
  198. "16":"y",
  199. "17":"y",
  200. "18":"y",
  201. "19":"y",
  202. "20":"y",
  203. "21":"y",
  204. "22":"y",
  205. "23":"y",
  206. "24":"y",
  207. "25":"y",
  208. "26":"y",
  209. "27":"y",
  210. "28":"y",
  211. "29":"y",
  212. "30":"y",
  213. "31":"y",
  214. "32":"y",
  215. "33":"y",
  216. "34":"y",
  217. "35":"y",
  218. "36":"y",
  219. "37":"y",
  220. "38":"y",
  221. "39":"y",
  222. "40":"y",
  223. "41":"y",
  224. "42":"y",
  225. "43":"y"
  226. },
  227. "ios_saf":{
  228. "3.2":"a x #1",
  229. "4.0-4.1":"y x",
  230. "4.2-4.3":"y x",
  231. "5.0-5.1":"y",
  232. "6.0-6.1":"y",
  233. "7.0-7.1":"y",
  234. "8":"y",
  235. "8.1-8.4":"y",
  236. "9.0-9.2":"y",
  237. "9.3":"y",
  238. "10-10.1":"y"
  239. },
  240. "op_mini":{
  241. "all":"n"
  242. },
  243. "android":{
  244. "2.1":"a x #1",
  245. "2.2":"a x #1",
  246. "2.3":"a x #1",
  247. "3":"a x #1",
  248. "4":"y",
  249. "4.1":"y",
  250. "4.2-4.3":"y",
  251. "4.4":"y",
  252. "4.4.3-4.4.4":"y",
  253. "53":"y"
  254. },
  255. "bb":{
  256. "7":"y x",
  257. "10":"y"
  258. },
  259. "op_mob":{
  260. "10":"n",
  261. "11":"y",
  262. "11.1":"y",
  263. "11.5":"y",
  264. "12":"y",
  265. "12.1":"y",
  266. "37":"y"
  267. },
  268. "and_chr":{
  269. "54":"y"
  270. },
  271. "and_ff":{
  272. "50":"y"
  273. },
  274. "ie_mob":{
  275. "10":"y",
  276. "11":"y"
  277. },
  278. "and_uc":{
  279. "11":"y"
  280. },
  281. "samsung":{
  282. "4":"y"
  283. }
  284. },
  285. "notes":"Can be partially emulated in older IE versions using the non-standard \"shadow\" filter.",
  286. "notes_by_num":{
  287. "1":"Partial support in Safari, iOS Safari and Android Browser refers to missing \"inset\", blur radius value, and multiple shadow support."
  288. },
  289. "usage_perc_y":93.47,
  290. "usage_perc_a":0.03,
  291. "ucprefix":false,
  292. "parent":"",
  293. "keywords":"box-shadows,boxshadows,box shadow,shaow",
  294. "ie_id":"",
  295. "chrome_id":"",
  296. "firefox_id":"",
  297. "webkit_id":"",
  298. "shown":true
  299. }