border-image.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. {
  2. "title":"CSS3 Border images",
  3. "description":"Method of using images for borders",
  4. "spec":"https://www.w3.org/TR/css3-background/#border-images",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://www.webplatform.org/docs/css/properties/border-image",
  9. "title":"WebPlatform Docs"
  10. },
  11. {
  12. "url":"https://developer.mozilla.org//docs/Web/CSS/border-image",
  13. "title":"MDN Web Docs - Border image"
  14. }
  15. ],
  16. "bugs":[
  17. {
  18. "description":"Firefox is not able to stretch svg images across an element - [bug report](https://bugzilla.mozilla.org/show_bug.cgi?id=619500)."
  19. },
  20. {
  21. "description":"WebKit browsers have a different rendering with the `round` value from other browsers, stretching the border rather than repeating it in certain cases [see bug](https://bugs.webkit.org/show_bug.cgi?id=155955)."
  22. }
  23. ],
  24. "categories":[
  25. "CSS3"
  26. ],
  27. "stats":{
  28. "ie":{
  29. "5.5":"n",
  30. "6":"n",
  31. "7":"n",
  32. "8":"n",
  33. "9":"n",
  34. "10":"n",
  35. "11":"y"
  36. },
  37. "edge":{
  38. "12":"y #1",
  39. "13":"y #1",
  40. "14":"y",
  41. "15":"y",
  42. "16":"y",
  43. "17":"y",
  44. "18":"y",
  45. "79":"y",
  46. "80":"y",
  47. "81":"y",
  48. "83":"y",
  49. "84":"y",
  50. "85":"y",
  51. "86":"y",
  52. "87":"y",
  53. "88":"y",
  54. "89":"y",
  55. "90":"y",
  56. "91":"y",
  57. "92":"y",
  58. "93":"y",
  59. "94":"y"
  60. },
  61. "firefox":{
  62. "2":"n",
  63. "3":"n",
  64. "3.5":"a x #2 #3",
  65. "3.6":"a x #2 #3",
  66. "4":"a x #2 #3",
  67. "5":"a x #2 #3",
  68. "6":"a x #2 #3",
  69. "7":"a x #2 #3",
  70. "8":"a x #2 #3",
  71. "9":"a x #2 #3",
  72. "10":"a x #2 #3",
  73. "11":"a x #2 #3",
  74. "12":"a x #2 #3",
  75. "13":"a x #2 #3",
  76. "14":"a x #2 #3",
  77. "15":"a #2",
  78. "16":"a #2",
  79. "17":"a #2",
  80. "18":"a #2",
  81. "19":"a #2",
  82. "20":"a #2",
  83. "21":"a #2",
  84. "22":"a #2",
  85. "23":"a #2",
  86. "24":"a #2",
  87. "25":"a #2",
  88. "26":"a #2",
  89. "27":"a #2",
  90. "28":"a #2",
  91. "29":"a #2",
  92. "30":"a #2",
  93. "31":"a #2",
  94. "32":"a #2",
  95. "33":"a #2",
  96. "34":"a #2",
  97. "35":"a #2",
  98. "36":"a #2",
  99. "37":"a #2",
  100. "38":"a #2",
  101. "39":"a #2",
  102. "40":"a #2",
  103. "41":"a #2",
  104. "42":"a #2",
  105. "43":"a #2",
  106. "44":"a #2",
  107. "45":"a #2",
  108. "46":"a #2",
  109. "47":"a #2",
  110. "48":"a #2",
  111. "49":"a #2",
  112. "50":"y",
  113. "51":"y",
  114. "52":"y",
  115. "53":"y",
  116. "54":"y",
  117. "55":"y",
  118. "56":"y",
  119. "57":"y",
  120. "58":"y",
  121. "59":"y",
  122. "60":"y",
  123. "61":"y",
  124. "62":"y",
  125. "63":"y",
  126. "64":"y",
  127. "65":"y",
  128. "66":"y",
  129. "67":"y",
  130. "68":"y",
  131. "69":"y",
  132. "70":"y",
  133. "71":"y",
  134. "72":"y",
  135. "73":"y",
  136. "74":"y",
  137. "75":"y",
  138. "76":"y",
  139. "77":"y",
  140. "78":"y",
  141. "79":"y",
  142. "80":"y",
  143. "81":"y",
  144. "82":"y",
  145. "83":"y",
  146. "84":"y",
  147. "85":"y",
  148. "86":"y",
  149. "87":"y",
  150. "88":"y",
  151. "89":"y",
  152. "90":"y",
  153. "91":"y",
  154. "92":"y",
  155. "93":"y",
  156. "94":"y",
  157. "95":"y"
  158. },
  159. "chrome":{
  160. "4":"a x #1 #2 #3 #4",
  161. "5":"a x #1 #2 #3 #4",
  162. "6":"a x #1 #2 #3 #4",
  163. "7":"a x #1 #2 #3 #4",
  164. "8":"a x #1 #2 #3 #4",
  165. "9":"a x #1 #2 #3 #4",
  166. "10":"a x #1 #2 #3 #4",
  167. "11":"a x #1 #2 #3 #4",
  168. "12":"a x #1 #2 #3 #4",
  169. "13":"a x #1 #2 #3 #4",
  170. "14":"a x #1 #2 #3 #4",
  171. "15":"a #1 #2 #4",
  172. "16":"a #1 #2 #4",
  173. "17":"a #1 #2 #4",
  174. "18":"a #1 #2 #4",
  175. "19":"a #1 #2 #4",
  176. "20":"a #1 #2 #4",
  177. "21":"a #1 #2 #4",
  178. "22":"a #1 #2 #4",
  179. "23":"a #1 #2 #4",
  180. "24":"a #1 #2 #4",
  181. "25":"a #1 #2 #4",
  182. "26":"a #1 #2 #4",
  183. "27":"a #1 #2 #4",
  184. "28":"a #1 #2 #4",
  185. "29":"a #1 #2 #4",
  186. "30":"a #1 #2",
  187. "31":"a #1 #2",
  188. "32":"a #1 #2",
  189. "33":"a #1 #2",
  190. "34":"a #1 #2",
  191. "35":"a #1 #2",
  192. "36":"a #1 #2",
  193. "37":"a #1 #2",
  194. "38":"a #1 #2",
  195. "39":"a #1 #2",
  196. "40":"a #1 #2",
  197. "41":"a #1 #2",
  198. "42":"a #1 #2",
  199. "43":"a #1 #2",
  200. "44":"a #1 #2",
  201. "45":"a #1 #2",
  202. "46":"a #1 #2",
  203. "47":"a #1 #2",
  204. "48":"a #1 #2",
  205. "49":"a #1 #2",
  206. "50":"a #1 #2",
  207. "51":"a #2",
  208. "52":"a #2",
  209. "53":"a #2",
  210. "54":"a #2",
  211. "55":"a #2",
  212. "56":"y",
  213. "57":"y",
  214. "58":"y",
  215. "59":"y",
  216. "60":"y",
  217. "61":"y",
  218. "62":"y",
  219. "63":"y",
  220. "64":"y",
  221. "65":"y",
  222. "66":"y",
  223. "67":"y",
  224. "68":"y",
  225. "69":"y",
  226. "70":"y",
  227. "71":"y",
  228. "72":"y",
  229. "73":"y",
  230. "74":"y",
  231. "75":"y",
  232. "76":"y",
  233. "77":"y",
  234. "78":"y",
  235. "79":"y",
  236. "80":"y",
  237. "81":"y",
  238. "83":"y",
  239. "84":"y",
  240. "85":"y",
  241. "86":"y",
  242. "87":"y",
  243. "88":"y",
  244. "89":"y",
  245. "90":"y",
  246. "91":"y",
  247. "92":"y",
  248. "93":"y",
  249. "94":"y",
  250. "95":"y",
  251. "96":"y",
  252. "97":"y"
  253. },
  254. "safari":{
  255. "3.1":"a x #1 #2 #3 #4",
  256. "3.2":"a x #1 #2 #3 #4",
  257. "4":"a x #1 #2 #3 #4",
  258. "5":"a x #1 #2 #3 #4",
  259. "5.1":"a x #1 #2 #3 #4",
  260. "6":"a #1 #2 #4",
  261. "6.1":"a #1 #2 #4",
  262. "7":"a #1 #2 #4",
  263. "7.1":"a #1 #2 #4",
  264. "8":"a #1 #2 #4",
  265. "9":"a #1 #2 #4",
  266. "9.1":"y #1",
  267. "10":"y #1",
  268. "10.1":"y #1",
  269. "11":"y #1",
  270. "11.1":"y #1",
  271. "12":"y #1",
  272. "12.1":"y #1",
  273. "13":"y #1",
  274. "13.1":"y #1",
  275. "14":"y #1",
  276. "14.1":"y #1",
  277. "15":"y #1",
  278. "TP":"y #1"
  279. },
  280. "opera":{
  281. "9":"n",
  282. "9.5-9.6":"n",
  283. "10.0-10.1":"n",
  284. "10.5":"a #2 #3 #4",
  285. "10.6":"a #2 #3 #4",
  286. "11":"a x #2 #3 #4",
  287. "11.1":"a x #2 #3 #4",
  288. "11.5":"a x #2 #3 #4",
  289. "11.6":"a x #2 #3 #4",
  290. "12":"a x #2 #3 #4",
  291. "12.1":"a x #2 #3 #4",
  292. "15":"a #1 #2",
  293. "16":"a #1 #2",
  294. "17":"a #1 #2",
  295. "18":"a #1 #2",
  296. "19":"a #1 #2",
  297. "20":"a #1 #2",
  298. "21":"a #1 #2",
  299. "22":"a #1 #2",
  300. "23":"a #1 #2",
  301. "24":"a #1 #2",
  302. "25":"a #1 #2",
  303. "26":"a #1 #2",
  304. "27":"a #1 #2",
  305. "28":"a #1 #2",
  306. "29":"a #1 #2",
  307. "30":"a #1 #2",
  308. "31":"a #1 #2",
  309. "32":"a #1 #2",
  310. "33":"a #1 #2",
  311. "34":"a #1 #2",
  312. "35":"a #1 #2",
  313. "36":"a #1 #2",
  314. "37":"a #1 #2",
  315. "38":"a #2",
  316. "39":"a #2",
  317. "40":"a #2",
  318. "41":"a #2",
  319. "42":"a #2",
  320. "43":"y",
  321. "44":"y",
  322. "45":"y",
  323. "46":"y",
  324. "47":"y",
  325. "48":"y",
  326. "49":"y",
  327. "50":"y",
  328. "51":"y",
  329. "52":"y",
  330. "53":"y",
  331. "54":"y",
  332. "55":"y",
  333. "56":"y",
  334. "57":"y",
  335. "58":"y",
  336. "60":"y",
  337. "62":"y",
  338. "63":"y",
  339. "64":"y",
  340. "65":"y",
  341. "66":"y",
  342. "67":"y",
  343. "68":"y",
  344. "69":"y",
  345. "70":"y",
  346. "71":"y",
  347. "72":"y",
  348. "73":"y",
  349. "74":"y",
  350. "75":"y",
  351. "76":"y",
  352. "77":"y",
  353. "78":"y",
  354. "79":"y",
  355. "80":"y"
  356. },
  357. "ios_saf":{
  358. "3.2":"a x #1 #2 #3 #4",
  359. "4.0-4.1":"a x #1 #2 #3 #4",
  360. "4.2-4.3":"a x #1 #2 #3 #4",
  361. "5.0-5.1":"a x #1 #2 #3 #4",
  362. "6.0-6.1":"a #1 #2 #4",
  363. "7.0-7.1":"a #1 #2 #4",
  364. "8":"a #1 #2 #4",
  365. "8.1-8.4":"a #1 #2 #4",
  366. "9.0-9.2":"a #1 #2 #4",
  367. "9.3":"y #1",
  368. "10.0-10.2":"y #1",
  369. "10.3":"y #1",
  370. "11.0-11.2":"y #1",
  371. "11.3-11.4":"y #1",
  372. "12.0-12.1":"y #1",
  373. "12.2-12.5":"y #1",
  374. "13.0-13.1":"y #1",
  375. "13.2":"y #1",
  376. "13.3":"y #1",
  377. "13.4-13.7":"y #1",
  378. "14.0-14.4":"y #1",
  379. "14.5-14.8":"y #1",
  380. "15":"y #1"
  381. },
  382. "op_mini":{
  383. "all":"a x #2 #3 #4"
  384. },
  385. "android":{
  386. "2.1":"a x #1 #2 #3 #4",
  387. "2.2":"a x #1 #2 #3 #4",
  388. "2.3":"a x #1 #2 #3 #4",
  389. "3":"a x #1 #2 #3 #4",
  390. "4":"a x #1 #2 #3 #4",
  391. "4.1":"a x #1 #2 #3 #4",
  392. "4.2-4.3":"a x #1 #2 #3 #4",
  393. "4.4":"a #1 #2",
  394. "4.4.3-4.4.4":"a #1 #2",
  395. "94":"y"
  396. },
  397. "bb":{
  398. "7":"a #1 #2 #3 #4",
  399. "10":"a #1 #2 #4"
  400. },
  401. "op_mob":{
  402. "10":"n",
  403. "11":"a x #2 #3 #4",
  404. "11.1":"a x #2 #3 #4",
  405. "11.5":"a x #2 #3 #4",
  406. "12":"a x #2 #3 #4",
  407. "12.1":"a x #2 #3 #4",
  408. "64":"y"
  409. },
  410. "and_chr":{
  411. "94":"y"
  412. },
  413. "and_ff":{
  414. "92":"y"
  415. },
  416. "ie_mob":{
  417. "10":"n",
  418. "11":"y"
  419. },
  420. "and_uc":{
  421. "12.12":"a #1 #2"
  422. },
  423. "samsung":{
  424. "4":"a #1 #2",
  425. "5.0-5.4":"a #2",
  426. "6.2-6.4":"a #2",
  427. "7.2-7.4":"y",
  428. "8.2":"y",
  429. "9.2":"y",
  430. "10.1":"y",
  431. "11.1-11.2":"y",
  432. "12.0":"y",
  433. "13.0":"y",
  434. "14.0":"y",
  435. "15.0":"y"
  436. },
  437. "and_qq":{
  438. "10.4":"a #2"
  439. },
  440. "baidu":{
  441. "7.12":"a #2"
  442. },
  443. "kaios":{
  444. "2.5":"a #2"
  445. }
  446. },
  447. "notes":"Note that both the `border-style` and `border-width` must be specified (not set to `none` or 0) for border-images to work.",
  448. "notes_by_num":{
  449. "1":"Has a bug where `border-image` incorrectly overrides `border-style`. See [test case](https://codepen.io/Savago/pen/yYrgyK), [WebKit bug](https://bugs.webkit.org/show_bug.cgi?id=99922), [discussion](https://github.com/whatwg/compat/issues/17)",
  450. "2":"Partial support refers to not supporting `border-image-repeat: space`",
  451. "3":"Partial support refers to supporting the shorthand syntax, but not the individual properties (`border-image-source`, `border-image-slice`, etc). ",
  452. "4":"Partial support refers to not supporting `border-image-repeat: round`"
  453. },
  454. "usage_perc_y":95.07,
  455. "usage_perc_a":4.46,
  456. "ucprefix":false,
  457. "parent":"",
  458. "keywords":"border-image-source,border-image-slice,border-image-repeat,border-image-width,,border-image-outset",
  459. "ie_id":"",
  460. "chrome_id":"",
  461. "firefox_id":"",
  462. "webkit_id":"",
  463. "shown":true
  464. }