border-radius.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. {
  2. "title":"CSS3 Border-radius (rounded corners)",
  3. "description":"Method of making the border corners round. Covers support for the shorthand `border-radius` as well as the long-hand properties (e.g. `border-top-left-radius`)",
  4. "spec":"http://www.w3.org/TR/css3-background/#the-border-radius",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"http://border-radius.com",
  9. "title":"Border-radius CSS Generator"
  10. },
  11. {
  12. "url":"http://muddledramblings.com/table-of-css3-border-radius-compliance",
  13. "title":"Detailed compliance table"
  14. },
  15. {
  16. "url":"http://www.css3files.com/border/#borderradius",
  17. "title":"Information page"
  18. },
  19. {
  20. "url":"http://css3pie.com/",
  21. "title":"Polyfill which includes border-radius"
  22. },
  23. {
  24. "url":"http://docs.webplatform.org/wiki/css/properties/border-radius",
  25. "title":"WebPlatform Docs"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Safari does not apply `border-radius` correctly to image borders: http://stackoverflow.com/q/17202128"
  31. },
  32. {
  33. "description":"Android Browser 2.3 does not support % value for `border-radius`."
  34. },
  35. {
  36. "description":"Border-radius does not work on fieldset elements in IE9."
  37. },
  38. {
  39. "description":"The stock browser on the Samsung Galaxy S4 with Android 4.2 does not support the `border-radius` shorthand property but does support the long-hand properties for each corner like `border-top-left-radius`."
  40. },
  41. {
  42. "description":"Older versions of Safari [had a bug](https://bugs.webkit.org/show_bug.cgi?id=50072) where background images would bleed out of the border-radius."
  43. },
  44. {
  45. "description":"Dotted and dashed rounded border corners are rendered as solid in Firefox. Fixed since Firefox 50. [see bug](https://bugzilla.mozilla.org/show_bug.cgi?id=382721)"
  46. }
  47. ],
  48. "categories":[
  49. "CSS3"
  50. ],
  51. "stats":{
  52. "ie":{
  53. "5.5":"n",
  54. "6":"n",
  55. "7":"n",
  56. "8":"n",
  57. "9":"y",
  58. "10":"y",
  59. "11":"y"
  60. },
  61. "edge":{
  62. "12":"y",
  63. "13":"y",
  64. "14":"y"
  65. },
  66. "firefox":{
  67. "2":"a x #2",
  68. "3":"y x #2",
  69. "3.5":"y x #2",
  70. "3.6":"y x #2",
  71. "4":"y #2",
  72. "5":"y #2",
  73. "6":"y #2",
  74. "7":"y #2",
  75. "8":"y #2",
  76. "9":"y #2",
  77. "10":"y #2",
  78. "11":"y #2",
  79. "12":"y #2",
  80. "13":"y #2",
  81. "14":"y #2",
  82. "15":"y #2",
  83. "16":"y #2",
  84. "17":"y #2",
  85. "18":"y #2",
  86. "19":"y #2",
  87. "20":"y #2",
  88. "21":"y #2",
  89. "22":"y #2",
  90. "23":"y #2",
  91. "24":"y #2",
  92. "25":"y #2",
  93. "26":"y #2",
  94. "27":"y #2",
  95. "28":"y #2",
  96. "29":"y #2",
  97. "30":"y #2",
  98. "31":"y #2",
  99. "32":"y #2",
  100. "33":"y #2",
  101. "34":"y #2",
  102. "35":"y #2",
  103. "36":"y #2",
  104. "37":"y #2",
  105. "38":"y #2",
  106. "39":"y #2",
  107. "40":"y #2",
  108. "41":"y #2",
  109. "42":"y #2",
  110. "43":"y #2",
  111. "44":"y #2",
  112. "45":"y #2",
  113. "46":"y #2",
  114. "47":"y #2",
  115. "48":"y #2",
  116. "49":"y #2",
  117. "50":"y",
  118. "51":"y",
  119. "52":"y",
  120. "53":"y"
  121. },
  122. "chrome":{
  123. "4":"y x",
  124. "5":"y",
  125. "6":"y",
  126. "7":"y",
  127. "8":"y",
  128. "9":"y",
  129. "10":"y",
  130. "11":"y",
  131. "12":"y",
  132. "13":"y",
  133. "14":"y",
  134. "15":"y",
  135. "16":"y",
  136. "17":"y",
  137. "18":"y",
  138. "19":"y",
  139. "20":"y",
  140. "21":"y",
  141. "22":"y",
  142. "23":"y",
  143. "24":"y",
  144. "25":"y",
  145. "26":"y",
  146. "27":"y",
  147. "28":"y",
  148. "29":"y",
  149. "30":"y",
  150. "31":"y",
  151. "32":"y",
  152. "33":"y",
  153. "34":"y",
  154. "35":"y",
  155. "36":"y",
  156. "37":"y",
  157. "38":"y",
  158. "39":"y",
  159. "40":"y",
  160. "41":"y",
  161. "42":"y",
  162. "43":"y",
  163. "44":"y",
  164. "45":"y",
  165. "46":"y",
  166. "47":"y",
  167. "48":"y",
  168. "49":"y",
  169. "50":"y",
  170. "51":"y",
  171. "52":"y",
  172. "53":"y",
  173. "54":"y",
  174. "55":"y",
  175. "56":"y",
  176. "57":"y"
  177. },
  178. "safari":{
  179. "3.1":"y x",
  180. "3.2":"y x",
  181. "4":"y x",
  182. "5":"y",
  183. "5.1":"y #1",
  184. "6":"y #1",
  185. "6.1":"y #1",
  186. "7":"y",
  187. "7.1":"y",
  188. "8":"y",
  189. "9":"y",
  190. "9.1":"y",
  191. "10":"y",
  192. "TP":"y"
  193. },
  194. "opera":{
  195. "9":"n",
  196. "9.5-9.6":"n",
  197. "10.0-10.1":"n",
  198. "10.5":"y",
  199. "10.6":"y",
  200. "11":"y",
  201. "11.1":"y",
  202. "11.5":"y",
  203. "11.6":"y",
  204. "12":"y",
  205. "12.1":"y",
  206. "15":"y",
  207. "16":"y",
  208. "17":"y",
  209. "18":"y",
  210. "19":"y",
  211. "20":"y",
  212. "21":"y",
  213. "22":"y",
  214. "23":"y",
  215. "24":"y",
  216. "25":"y",
  217. "26":"y",
  218. "27":"y",
  219. "28":"y",
  220. "29":"y",
  221. "30":"y",
  222. "31":"y",
  223. "32":"y",
  224. "33":"y",
  225. "34":"y",
  226. "35":"y",
  227. "36":"y",
  228. "37":"y",
  229. "38":"y",
  230. "39":"y",
  231. "40":"y",
  232. "41":"y",
  233. "42":"y",
  234. "43":"y"
  235. },
  236. "ios_saf":{
  237. "3.2":"y x",
  238. "4.0-4.1":"y",
  239. "4.2-4.3":"y",
  240. "5.0-5.1":"y",
  241. "6.0-6.1":"y",
  242. "7.0-7.1":"y",
  243. "8":"y",
  244. "8.1-8.4":"y",
  245. "9.0-9.2":"y",
  246. "9.3":"y",
  247. "10-10.1":"y"
  248. },
  249. "op_mini":{
  250. "all":"n"
  251. },
  252. "android":{
  253. "2.1":"y x",
  254. "2.2":"y",
  255. "2.3":"y",
  256. "3":"y",
  257. "4":"y",
  258. "4.1":"y",
  259. "4.2-4.3":"y",
  260. "4.4":"y",
  261. "4.4.3-4.4.4":"y",
  262. "53":"y"
  263. },
  264. "bb":{
  265. "7":"y",
  266. "10":"y"
  267. },
  268. "op_mob":{
  269. "10":"n",
  270. "11":"y",
  271. "11.1":"y",
  272. "11.5":"y",
  273. "12":"y",
  274. "12.1":"y",
  275. "37":"y"
  276. },
  277. "and_chr":{
  278. "54":"y"
  279. },
  280. "and_ff":{
  281. "50":"y"
  282. },
  283. "ie_mob":{
  284. "10":"y",
  285. "11":"y"
  286. },
  287. "and_uc":{
  288. "11":"y"
  289. },
  290. "samsung":{
  291. "4":"y"
  292. }
  293. },
  294. "notes":"",
  295. "notes_by_num":{
  296. "1":"Safari 6.1 and earlier did not apply `border-radius` correctly to image borders: http://stackoverflow.com/q/17202128",
  297. "2":"Dotted and dashed rounded border corners are rendered as solid in Firefox. [see bug](https://bugzilla.mozilla.org/show_bug.cgi?id=382721)"
  298. },
  299. "usage_perc_y":93.53,
  300. "usage_perc_a":0.01,
  301. "ucprefix":false,
  302. "parent":"",
  303. "keywords":"roundedcorners, border radius,-moz-border-radius",
  304. "ie_id":"",
  305. "chrome_id":"",
  306. "firefox_id":"",
  307. "webkit_id":"",
  308. "shown":true
  309. }