border-image.json 10 KB

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