border-radius.json 8.2 KB

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