Няма описание

css3-boxsizing.json 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. {
  2. "title":"CSS3 Box-sizing",
  3. "description":"Method of specifying whether or not an element's borders and padding should be included in size units",
  4. "spec":"https://www.w3.org/TR/css3-ui/#box-sizing",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/En/CSS/Box-sizing",
  9. "title":"MDN Web Docs - CSS box-sizing"
  10. },
  11. {
  12. "url":"http://www.456bereastreet.com/archive/201104/controlling_width_with_css3_box-sizing/",
  13. "title":"Blog post"
  14. },
  15. {
  16. "url":"https://github.com/Schepp/box-sizing-polyfill",
  17. "title":"Polyfill for IE"
  18. },
  19. {
  20. "url":"https://css-tricks.com/box-sizing/",
  21. "title":"CSS Tricks"
  22. },
  23. {
  24. "url":"https://www.webplatform.org/docs/css/properties/box-sizing",
  25. "title":"WebPlatform Docs"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Android browsers do not calculate correctly the dimensions (width and height) of the HTML select element."
  31. },
  32. {
  33. "description":"Safari 6.0.x does not use box-sizing on elements with display: table;"
  34. },
  35. {
  36. "description":"IE9 will subtract the width of the scrollbar to the width of the element when set to position: absolute / fixed , overflow: auto / overflow-y: scroll"
  37. },
  38. {
  39. "description":"IE 8 ignores `box-sizing: border-box` if min/max-width/height is used."
  40. },
  41. {
  42. "description":"Chrome has problems selecting options from the `select` element when using `box-sizing: border-box` and browser zoom level is less than 100%."
  43. },
  44. {
  45. "description":"In IE8, the min-width property applies to `content-box` even if `box-sizing` is set to `border-box`."
  46. }
  47. ],
  48. "categories":[
  49. "CSS3"
  50. ],
  51. "stats":{
  52. "ie":{
  53. "5.5":"p",
  54. "6":"p",
  55. "7":"p",
  56. "8":"y",
  57. "9":"y",
  58. "10":"y",
  59. "11":"y"
  60. },
  61. "edge":{
  62. "12":"y",
  63. "13":"y",
  64. "14":"y",
  65. "15":"y",
  66. "16":"y",
  67. "17":"y"
  68. },
  69. "firefox":{
  70. "2":"y x",
  71. "3":"y x",
  72. "3.5":"y x",
  73. "3.6":"y x",
  74. "4":"y x",
  75. "5":"y x",
  76. "6":"y x",
  77. "7":"y x",
  78. "8":"y x",
  79. "9":"y x",
  80. "10":"y x",
  81. "11":"y x",
  82. "12":"y x",
  83. "13":"y x",
  84. "14":"y x",
  85. "15":"y x",
  86. "16":"y x",
  87. "17":"y x",
  88. "18":"y x",
  89. "19":"y x",
  90. "20":"y x",
  91. "21":"y x",
  92. "22":"y x",
  93. "23":"y x",
  94. "24":"y x",
  95. "25":"y x",
  96. "26":"y x",
  97. "27":"y x",
  98. "28":"y x",
  99. "29":"y",
  100. "30":"y",
  101. "31":"y",
  102. "32":"y",
  103. "33":"y",
  104. "34":"y",
  105. "35":"y",
  106. "36":"y",
  107. "37":"y",
  108. "38":"y",
  109. "39":"y",
  110. "40":"y",
  111. "41":"y",
  112. "42":"y",
  113. "43":"y",
  114. "44":"y",
  115. "45":"y",
  116. "46":"y",
  117. "47":"y",
  118. "48":"y",
  119. "49":"y",
  120. "50":"y",
  121. "51":"y",
  122. "52":"y",
  123. "53":"y",
  124. "54":"y",
  125. "55":"y",
  126. "56":"y",
  127. "57":"y",
  128. "58":"y",
  129. "59":"y",
  130. "60":"y",
  131. "61":"y"
  132. },
  133. "chrome":{
  134. "4":"y x",
  135. "5":"y x",
  136. "6":"y x",
  137. "7":"y x",
  138. "8":"y x",
  139. "9":"y x",
  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. },
  199. "safari":{
  200. "3.1":"y x",
  201. "3.2":"y x",
  202. "4":"y x",
  203. "5":"y x",
  204. "5.1":"y",
  205. "6":"y",
  206. "6.1":"y",
  207. "7":"y",
  208. "7.1":"y",
  209. "8":"y",
  210. "9":"y",
  211. "9.1":"y",
  212. "10":"y",
  213. "10.1":"y",
  214. "11":"y",
  215. "11.1":"y",
  216. "TP":"y"
  217. },
  218. "opera":{
  219. "9":"n",
  220. "9.5-9.6":"y",
  221. "10.0-10.1":"y",
  222. "10.5":"y",
  223. "10.6":"y",
  224. "11":"y",
  225. "11.1":"y",
  226. "11.5":"y",
  227. "11.6":"y",
  228. "12":"y",
  229. "12.1":"y",
  230. "15":"y",
  231. "16":"y",
  232. "17":"y",
  233. "18":"y",
  234. "19":"y",
  235. "20":"y",
  236. "21":"y",
  237. "22":"y",
  238. "23":"y",
  239. "24":"y",
  240. "25":"y",
  241. "26":"y",
  242. "27":"y",
  243. "28":"y",
  244. "29":"y",
  245. "30":"y",
  246. "31":"y",
  247. "32":"y",
  248. "33":"y",
  249. "34":"y",
  250. "35":"y",
  251. "36":"y",
  252. "37":"y",
  253. "38":"y",
  254. "39":"y",
  255. "40":"y",
  256. "41":"y",
  257. "42":"y",
  258. "43":"y",
  259. "44":"y",
  260. "45":"y",
  261. "46":"y",
  262. "47":"y",
  263. "48":"y",
  264. "49":"y",
  265. "50":"y",
  266. "51":"y",
  267. "52":"y"
  268. },
  269. "ios_saf":{
  270. "3.2":"y x",
  271. "4.0-4.1":"y x",
  272. "4.2-4.3":"y x",
  273. "5.0-5.1":"y",
  274. "6.0-6.1":"y",
  275. "7.0-7.1":"y",
  276. "8":"y",
  277. "8.1-8.4":"y",
  278. "9.0-9.2":"y",
  279. "9.3":"y",
  280. "10.0-10.2":"y",
  281. "10.3":"y",
  282. "11.0-11.2":"y",
  283. "11.3":"y"
  284. },
  285. "op_mini":{
  286. "all":"y"
  287. },
  288. "android":{
  289. "2.1":"y x",
  290. "2.2":"y x",
  291. "2.3":"y x",
  292. "3":"y x",
  293. "4":"y",
  294. "4.1":"y",
  295. "4.2-4.3":"y",
  296. "4.4":"y",
  297. "4.4.3-4.4.4":"y",
  298. "62":"y"
  299. },
  300. "bb":{
  301. "7":"y x",
  302. "10":"y"
  303. },
  304. "op_mob":{
  305. "10":"y",
  306. "11":"y",
  307. "11.1":"y",
  308. "11.5":"y",
  309. "12":"y",
  310. "12.1":"y",
  311. "37":"y"
  312. },
  313. "and_chr":{
  314. "64":"y"
  315. },
  316. "and_ff":{
  317. "57":"y"
  318. },
  319. "ie_mob":{
  320. "10":"y",
  321. "11":"y"
  322. },
  323. "and_uc":{
  324. "11.8":"y"
  325. },
  326. "samsung":{
  327. "4":"y",
  328. "5":"y",
  329. "6.2":"y"
  330. },
  331. "and_qq":{
  332. "1.2":"y"
  333. },
  334. "baidu":{
  335. "7.12":"y"
  336. }
  337. },
  338. "notes":"Firefox versions before 57 also supported the `padding-box` value for `box-sizing`, though this value was been removed from the specification and later versions of the browser.",
  339. "notes_by_num":{
  340. },
  341. "usage_perc_y":98.2,
  342. "usage_perc_a":0,
  343. "ucprefix":false,
  344. "parent":"",
  345. "keywords":"border-box,content-box",
  346. "ie_id":"",
  347. "chrome_id":"",
  348. "firefox_id":"",
  349. "webkit_id":"",
  350. "shown":true
  351. }