Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DCoder18 authored and hteumeuleu committed Aug 29, 2024
1 parent 95056ec commit ddc4ddb
Showing 1 changed file with 176 additions and 0 deletions.
176 changes: 176 additions & 0 deletions _features/css-orphans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
---
title: "widows"
description: "Sets the minimum number of lines in a block container split on the previous page, region or column."
category: css
keywords: columns
last_test_date: "2024-06-12"
test_url: "/tests/css-widows.html"
test_results_url: "https://testi.at/proj/6vd8udzx1b5l1vrnsr"
stats: {
apple-mail: {
macos: {
"2024-05": "y",
},
ios: {
"2024-05": "y",
}
},
gmail: {
desktop-webmail: {
"2024-05": "n"
},
ios: {
"2024-05": "n"
},
android: {
"2024-05": "y"
},
mobile-webmail: {
"2024-05": "n #1 #2"
}
},
orange: {
desktop-webmail: {
"2024-05":"u"
},
ios: {
"2024-05":"u"
},
android: {
"2024-05":"u"
}
},
outlook: {
windows: {
"2013": "n",
"2016": "n",
"2019": "n",
"2021": "n"
},
windows-mail: {
"2024-05": "n"
},
macos: {
"2024-05": "y",
},
outlook-com: {
"2024-05": "y",
},
ios: {
"2024-05": "y"
},
android: {
"2024-05": "y"
}
},
yahoo: {
desktop-webmail: {
"2024-05": "n"
},
ios: {
"2024-05": "n"
},
android: {
"2024-05": "n"
}
},
aol: {
desktop-webmail: {
"2024-05": "n"
},
ios: {
"2024-05": "n"
},
android: {
"2024-05": "n"
}
},
samsung-email: {
android: {
"2024-05": "y"
}
},
sfr: {
desktop-webmail: {
"2024-05":"u"
},
ios: {
"2024-05":"u"
},
android: {
"2024-05":"u"
}
},
protonmail: {
desktop-webmail: {
"2024-05":"u"
},
ios: {
"2024-05":"u"
},
android: {
"2024-05":"u"
}
},
hey: {
desktop-webmail: {
"2024-05":"u"
}
},
mail-ru: {
desktop-webmail: {
"2024-05":"y"
}
},
fastmail: {
desktop-webmail: {
"2024-05": "u"
}
},
laposte: {
desktop-webmail: {
"2021-08": "u"
}
},
gmx: {
desktop-webmail: {
"2024-05": "n #1"
},
ios: {
"2024-05":"u"
},
android: {
"2024-05":"u"
}
},
web-de: {
desktop-webmail: {
"2024-05": "n #1"
},
ios: {
"2024-05":"u"
},
android: {
"2024-05":"u"
}
},
ionos-1and1: {
desktop-webmail: {
"2024-05": "u"
},
android: {
"2024-05":"u"
}
}
}
notes_by_num: {
"1": "Buggy. `column` property is stripped which is required for `widows` to work"
"2": "Buggy. `widows` property value is replaced with `auto`"
}
links: {
"Can I use: CSS property: widows":"https://caniuse.com/widows",
"MDN: widows":"https://developer.mozilla.org/en-US/docs/Web/CSS/widows"
"Can I use: CSS property: columns":"https://caniuse.com/columns",
"MDN: columns":"https://developer.mozilla.org/en-US/docs/Web/CSS/columns"
}
---

0 comments on commit ddc4ddb

Please sign in to comment.