css-widows-orphans.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. {
  2. "title":"CSS widows & orphans",
  3. "description":"CSS properties to control when lines break across pages or columns by defining the amount of lines that must be left before or after the break.",
  4. "spec":"https://drafts.csswg.org/css-break-3/#widows-orphans",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://thenewcode.com/946/CSS-last-line-Controlling-Widows-amp-Orphans",
  9. "title":"CSS last-line: Controlling Widows & Orphans"
  10. },
  11. {
  12. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=137367",
  13. "title":"Firefox support bug"
  14. },
  15. {
  16. "url":"http://tympanus.net/codrops/css_reference/orphans/",
  17. "title":"codrops article on orphans"
  18. },
  19. {
  20. "url":"http://tympanus.net/codrops/css_reference/widows/",
  21. "title":"codrops article on widows"
  22. }
  23. ],
  24. "bugs":[
  25. ],
  26. "categories":[
  27. "CSS"
  28. ],
  29. "stats":{
  30. "ie":{
  31. "5.5":"n",
  32. "6":"n",
  33. "7":"n",
  34. "8":"y #1",
  35. "9":"y #1",
  36. "10":"y",
  37. "11":"y"
  38. },
  39. "edge":{
  40. "12":"y",
  41. "13":"y",
  42. "14":"y",
  43. "15":"y",
  44. "16":"y",
  45. "17":"y",
  46. "18":"y"
  47. },
  48. "firefox":{
  49. "2":"n",
  50. "3":"n",
  51. "3.5":"n",
  52. "3.6":"n",
  53. "4":"n",
  54. "5":"n",
  55. "6":"n",
  56. "7":"n",
  57. "8":"n",
  58. "9":"n",
  59. "10":"n",
  60. "11":"n",
  61. "12":"n",
  62. "13":"n",
  63. "14":"n",
  64. "15":"n",
  65. "16":"n",
  66. "17":"n",
  67. "18":"n",
  68. "19":"n",
  69. "20":"n",
  70. "21":"n",
  71. "22":"n",
  72. "23":"n",
  73. "24":"n",
  74. "25":"n",
  75. "26":"n",
  76. "27":"n",
  77. "28":"n",
  78. "29":"n",
  79. "30":"n",
  80. "31":"n",
  81. "32":"n",
  82. "33":"n",
  83. "34":"n",
  84. "35":"n",
  85. "36":"n",
  86. "37":"n",
  87. "38":"n",
  88. "39":"n",
  89. "40":"n",
  90. "41":"n",
  91. "42":"n",
  92. "43":"n",
  93. "44":"n",
  94. "45":"n",
  95. "46":"n",
  96. "47":"n",
  97. "48":"n",
  98. "49":"n",
  99. "50":"n",
  100. "51":"n",
  101. "52":"n",
  102. "53":"n",
  103. "54":"n",
  104. "55":"n",
  105. "56":"n",
  106. "57":"n",
  107. "58":"n",
  108. "59":"n",
  109. "60":"n",
  110. "61":"n",
  111. "62":"n",
  112. "63":"n",
  113. "64":"n",
  114. "65":"n",
  115. "66":"n"
  116. },
  117. "chrome":{
  118. "4":"n",
  119. "5":"n",
  120. "6":"n",
  121. "7":"n",
  122. "8":"n",
  123. "9":"n",
  124. "10":"n",
  125. "11":"n",
  126. "12":"n",
  127. "13":"n",
  128. "14":"n",
  129. "15":"n",
  130. "16":"n",
  131. "17":"n",
  132. "18":"n",
  133. "19":"n",
  134. "20":"n",
  135. "21":"n",
  136. "22":"n",
  137. "23":"n",
  138. "24":"n",
  139. "25":"y",
  140. "26":"y",
  141. "27":"y",
  142. "28":"y",
  143. "29":"y",
  144. "30":"y",
  145. "31":"y",
  146. "32":"y",
  147. "33":"y",
  148. "34":"y",
  149. "35":"y",
  150. "36":"y",
  151. "37":"y",
  152. "38":"y",
  153. "39":"y",
  154. "40":"y",
  155. "41":"y",
  156. "42":"y",
  157. "43":"y",
  158. "44":"y",
  159. "45":"y",
  160. "46":"y",
  161. "47":"y",
  162. "48":"y",
  163. "49":"y",
  164. "50":"y",
  165. "51":"y",
  166. "52":"y",
  167. "53":"y",
  168. "54":"y",
  169. "55":"y",
  170. "56":"y",
  171. "57":"y",
  172. "58":"y",
  173. "59":"y",
  174. "60":"y",
  175. "61":"y",
  176. "62":"y",
  177. "63":"y",
  178. "64":"y",
  179. "65":"y",
  180. "66":"y",
  181. "67":"y",
  182. "68":"y",
  183. "69":"y",
  184. "70":"y",
  185. "71":"y",
  186. "72":"y",
  187. "73":"y",
  188. "74":"y"
  189. },
  190. "safari":{
  191. "3.1":"n",
  192. "3.2":"n",
  193. "4":"n",
  194. "5":"n",
  195. "5.1":"n",
  196. "6":"n",
  197. "6.1":"n",
  198. "7":"y",
  199. "7.1":"y",
  200. "8":"y",
  201. "9":"y",
  202. "9.1":"y",
  203. "10":"y",
  204. "10.1":"y",
  205. "11":"y",
  206. "11.1":"y",
  207. "12":"y",
  208. "TP":"y"
  209. },
  210. "opera":{
  211. "9":"y #1",
  212. "9.5-9.6":"y #1",
  213. "10.0-10.1":"y #1",
  214. "10.5":"y #1",
  215. "10.6":"y #1",
  216. "11":"y #1",
  217. "11.1":"y #1",
  218. "11.5":"y #1",
  219. "11.6":"y #1",
  220. "12":"y",
  221. "12.1":"y",
  222. "15":"y",
  223. "16":"y",
  224. "17":"y",
  225. "18":"y",
  226. "19":"y",
  227. "20":"y",
  228. "21":"y",
  229. "22":"y",
  230. "23":"y",
  231. "24":"y",
  232. "25":"y",
  233. "26":"y",
  234. "27":"y",
  235. "28":"y",
  236. "29":"y",
  237. "30":"y",
  238. "31":"y",
  239. "32":"y",
  240. "33":"y",
  241. "34":"y",
  242. "35":"y",
  243. "36":"y",
  244. "37":"y",
  245. "38":"y",
  246. "39":"y",
  247. "40":"y",
  248. "41":"y",
  249. "42":"y",
  250. "43":"y",
  251. "44":"y",
  252. "45":"y",
  253. "46":"y",
  254. "47":"y",
  255. "48":"y",
  256. "49":"y",
  257. "50":"y",
  258. "51":"y",
  259. "52":"y",
  260. "53":"y",
  261. "54":"y",
  262. "55":"y",
  263. "56":"y",
  264. "57":"y"
  265. },
  266. "ios_saf":{
  267. "3.2":"n",
  268. "4.0-4.1":"n",
  269. "4.2-4.3":"n",
  270. "5.0-5.1":"n",
  271. "6.0-6.1":"n",
  272. "7.0-7.1":"y",
  273. "8":"y",
  274. "8.1-8.4":"y",
  275. "9.0-9.2":"y",
  276. "9.3":"y",
  277. "10.0-10.2":"y",
  278. "10.3":"y",
  279. "11.0-11.2":"y",
  280. "11.3-11.4":"y",
  281. "12.0-12.1":"y"
  282. },
  283. "op_mini":{
  284. "all":"y"
  285. },
  286. "android":{
  287. "2.1":"n",
  288. "2.2":"n",
  289. "2.3":"n",
  290. "3":"n",
  291. "4":"n",
  292. "4.1":"n",
  293. "4.2-4.3":"n",
  294. "4.4":"y",
  295. "4.4.3-4.4.4":"y",
  296. "67":"y"
  297. },
  298. "bb":{
  299. "7":"n",
  300. "10":"n"
  301. },
  302. "op_mob":{
  303. "10":"n",
  304. "11":"n",
  305. "11.1":"n",
  306. "11.5":"n",
  307. "12":"n",
  308. "12.1":"y",
  309. "46":"y"
  310. },
  311. "and_chr":{
  312. "70":"y"
  313. },
  314. "and_ff":{
  315. "63":"n"
  316. },
  317. "ie_mob":{
  318. "10":"y",
  319. "11":"y"
  320. },
  321. "and_uc":{
  322. "11.8":"y"
  323. },
  324. "samsung":{
  325. "4":"y",
  326. "5":"y",
  327. "6.2":"y",
  328. "7.2":"y"
  329. },
  330. "and_qq":{
  331. "1.2":"y"
  332. },
  333. "baidu":{
  334. "7.12":"y"
  335. }
  336. },
  337. "notes":"Some older WebKit-based browsers recognize the properties, but do not appear to have actual support",
  338. "notes_by_num":{
  339. "1":"Supports widows & orphans properties, but due to not supporting CSS multi-columns the support is only for page breaks (for print)"
  340. },
  341. "usage_perc_y":90.26,
  342. "usage_perc_a":0,
  343. "ucprefix":false,
  344. "parent":"",
  345. "keywords":"",
  346. "ie_id":"",
  347. "chrome_id":"",
  348. "firefox_id":"",
  349. "webkit_id":"",
  350. "shown":true
  351. }