説明なし

border-radius.json 6.6KB

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