border-radius.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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":"https://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://css3pie.com/",
  17. "title":"Polyfill which includes border-radius"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/css/properties/border-radius",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en/docs/Web/CSS/border-radius",
  25. "title":"MDN Web Docs - CSS border-radius"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Android Browser 2.3 does not support % value for `border-radius`."
  31. },
  32. {
  33. "description":"Border-radius does not work on fieldset elements in IE9."
  34. },
  35. {
  36. "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`."
  37. },
  38. {
  39. "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)"
  40. }
  41. ],
  42. "categories":[
  43. "CSS3"
  44. ],
  45. "stats":{
  46. "ie":{
  47. "5.5":"n",
  48. "6":"n",
  49. "7":"n",
  50. "8":"n",
  51. "9":"y",
  52. "10":"y",
  53. "11":"y"
  54. },
  55. "edge":{
  56. "12":"y",
  57. "13":"y",
  58. "14":"y",
  59. "15":"y",
  60. "16":"y",
  61. "17":"y",
  62. "18":"y"
  63. },
  64. "firefox":{
  65. "2":"a x #2",
  66. "3":"y x #2",
  67. "3.5":"y x #2",
  68. "3.6":"y x #2",
  69. "4":"y #2",
  70. "5":"y #2",
  71. "6":"y #2",
  72. "7":"y #2",
  73. "8":"y #2",
  74. "9":"y #2",
  75. "10":"y #2",
  76. "11":"y #2",
  77. "12":"y #2",
  78. "13":"y #2",
  79. "14":"y #2",
  80. "15":"y #2",
  81. "16":"y #2",
  82. "17":"y #2",
  83. "18":"y #2",
  84. "19":"y #2",
  85. "20":"y #2",
  86. "21":"y #2",
  87. "22":"y #2",
  88. "23":"y #2",
  89. "24":"y #2",
  90. "25":"y #2",
  91. "26":"y #2",
  92. "27":"y #2",
  93. "28":"y #2",
  94. "29":"y #2",
  95. "30":"y #2",
  96. "31":"y #2",
  97. "32":"y #2",
  98. "33":"y #2",
  99. "34":"y #2",
  100. "35":"y #2",
  101. "36":"y #2",
  102. "37":"y #2",
  103. "38":"y #2",
  104. "39":"y #2",
  105. "40":"y #2",
  106. "41":"y #2",
  107. "42":"y #2",
  108. "43":"y #2",
  109. "44":"y #2",
  110. "45":"y #2",
  111. "46":"y #2",
  112. "47":"y #2",
  113. "48":"y #2",
  114. "49":"y #2",
  115. "50":"y",
  116. "51":"y",
  117. "52":"y",
  118. "53":"y",
  119. "54":"y",
  120. "55":"y",
  121. "56":"y",
  122. "57":"y",
  123. "58":"y",
  124. "59":"y",
  125. "60":"y",
  126. "61":"y",
  127. "62":"y",
  128. "63":"y",
  129. "64":"y",
  130. "65":"y",
  131. "66":"y"
  132. },
  133. "chrome":{
  134. "4":"y x",
  135. "5":"y",
  136. "6":"y",
  137. "7":"y",
  138. "8":"y",
  139. "9":"y",
  140. "10":"y",
  141. "11":"y",
  142. "12":"y",
  143. "13":"y",
  144. "14":"y",
  145. "15":"y",
  146. "16":"y",
  147. "17":"y",
  148. "18":"y",
  149. "19":"y",
  150. "20":"y",
  151. "21":"y",
  152. "22":"y",
  153. "23":"y",
  154. "24":"y",
  155. "25":"y",
  156. "26":"y",
  157. "27":"y",
  158. "28":"y",
  159. "29":"y",
  160. "30":"y",
  161. "31":"y",
  162. "32":"y",
  163. "33":"y",
  164. "34":"y",
  165. "35":"y",
  166. "36":"y",
  167. "37":"y",
  168. "38":"y",
  169. "39":"y",
  170. "40":"y",
  171. "41":"y",
  172. "42":"y",
  173. "43":"y",
  174. "44":"y",
  175. "45":"y",
  176. "46":"y",
  177. "47":"y",
  178. "48":"y",
  179. "49":"y",
  180. "50":"y",
  181. "51":"y",
  182. "52":"y",
  183. "53":"y",
  184. "54":"y",
  185. "55":"y",
  186. "56":"y",
  187. "57":"y",
  188. "58":"y",
  189. "59":"y",
  190. "60":"y",
  191. "61":"y",
  192. "62":"y",
  193. "63":"y",
  194. "64":"y",
  195. "65":"y",
  196. "66":"y",
  197. "67":"y",
  198. "68":"y",
  199. "69":"y",
  200. "70":"y",
  201. "71":"y",
  202. "72":"y",
  203. "73":"y",
  204. "74":"y"
  205. },
  206. "safari":{
  207. "3.1":"y x",
  208. "3.2":"y x",
  209. "4":"y x",
  210. "5":"y",
  211. "5.1":"y #1",
  212. "6":"y #1",
  213. "6.1":"y #1",
  214. "7":"y",
  215. "7.1":"y",
  216. "8":"y",
  217. "9":"y",
  218. "9.1":"y",
  219. "10":"y",
  220. "10.1":"y",
  221. "11":"y",
  222. "11.1":"y",
  223. "12":"y",
  224. "TP":"y"
  225. },
  226. "opera":{
  227. "9":"n",
  228. "9.5-9.6":"n",
  229. "10.0-10.1":"n",
  230. "10.5":"y",
  231. "10.6":"y",
  232. "11":"y",
  233. "11.1":"y",
  234. "11.5":"y",
  235. "11.6":"y",
  236. "12":"y",
  237. "12.1":"y",
  238. "15":"y",
  239. "16":"y",
  240. "17":"y",
  241. "18":"y",
  242. "19":"y",
  243. "20":"y",
  244. "21":"y",
  245. "22":"y",
  246. "23":"y",
  247. "24":"y",
  248. "25":"y",
  249. "26":"y",
  250. "27":"y",
  251. "28":"y",
  252. "29":"y",
  253. "30":"y",
  254. "31":"y",
  255. "32":"y",
  256. "33":"y",
  257. "34":"y",
  258. "35":"y",
  259. "36":"y",
  260. "37":"y",
  261. "38":"y",
  262. "39":"y",
  263. "40":"y",
  264. "41":"y",
  265. "42":"y",
  266. "43":"y",
  267. "44":"y",
  268. "45":"y",
  269. "46":"y",
  270. "47":"y",
  271. "48":"y",
  272. "49":"y",
  273. "50":"y",
  274. "51":"y",
  275. "52":"y",
  276. "53":"y",
  277. "54":"y",
  278. "55":"y",
  279. "56":"y",
  280. "57":"y"
  281. },
  282. "ios_saf":{
  283. "3.2":"y x",
  284. "4.0-4.1":"y",
  285. "4.2-4.3":"y",
  286. "5.0-5.1":"y",
  287. "6.0-6.1":"y",
  288. "7.0-7.1":"y",
  289. "8":"y",
  290. "8.1-8.4":"y",
  291. "9.0-9.2":"y",
  292. "9.3":"y",
  293. "10.0-10.2":"y",
  294. "10.3":"y",
  295. "11.0-11.2":"y",
  296. "11.3-11.4":"y",
  297. "12.0-12.1":"y"
  298. },
  299. "op_mini":{
  300. "all":"n"
  301. },
  302. "android":{
  303. "2.1":"y x",
  304. "2.2":"y",
  305. "2.3":"y",
  306. "3":"y",
  307. "4":"y",
  308. "4.1":"y",
  309. "4.2-4.3":"y",
  310. "4.4":"y",
  311. "4.4.3-4.4.4":"y",
  312. "67":"y"
  313. },
  314. "bb":{
  315. "7":"y",
  316. "10":"y"
  317. },
  318. "op_mob":{
  319. "10":"n",
  320. "11":"y",
  321. "11.1":"y",
  322. "11.5":"y",
  323. "12":"y",
  324. "12.1":"y",
  325. "46":"y"
  326. },
  327. "and_chr":{
  328. "70":"y"
  329. },
  330. "and_ff":{
  331. "63":"y"
  332. },
  333. "ie_mob":{
  334. "10":"y",
  335. "11":"y"
  336. },
  337. "and_uc":{
  338. "11.8":"y"
  339. },
  340. "samsung":{
  341. "4":"y",
  342. "5":"y",
  343. "6.2":"y",
  344. "7.2":"y"
  345. },
  346. "and_qq":{
  347. "1.2":"y"
  348. },
  349. "baidu":{
  350. "7.12":"y"
  351. }
  352. },
  353. "notes":"",
  354. "notes_by_num":{
  355. "1":"Safari 6.1 and earlier did not apply `border-radius` correctly to image borders: https://stackoverflow.com/q/17202128",
  356. "2":"Dotted and dashed rounded border corners are rendered as solid in Firefox. [see bug](https://bugzilla.mozilla.org/show_bug.cgi?id=382721)"
  357. },
  358. "usage_perc_y":93.66,
  359. "usage_perc_a":0.01,
  360. "ucprefix":false,
  361. "parent":"",
  362. "keywords":"roundedcorners, border radius,-moz-border-radius",
  363. "ie_id":"",
  364. "chrome_id":"",
  365. "firefox_id":"",
  366. "webkit_id":"",
  367. "shown":true
  368. }