Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS widows & orphans (positive) #973

Merged
merged 3 commits into from
Jan 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,19 @@
"title": "CSS Container Queries",
"url": "https://drafts.csswg.org/css-contain-3/#container-queries"
},
{
"ciuName": null,
jfkthame marked this conversation as resolved.
Show resolved Hide resolved
"description": "These CSS properties provide control over typographic widows and orphans during fragmentation/pagination.",
"id": "widows-orphans",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/CSS/widows",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=137367",
"mozPosition": "positive",
"mozPositionDetail": null,
"mozPositionIssue": "https://github.com/mozilla/standards-positions/issues/972",
zcorpan marked this conversation as resolved.
Show resolved Hide resolved
"org": "W3C",
"title": "CSS Fragmentation Module Level 3: 3.3 Breaks Between Lines: orphans, widows",
"url": "https://drafts.csswg.org/css-break/#widows-orphans"
},
{
"ciuName": "css-subgrid",
"description": "This draft defines additions to CSS Grid, primarily for the subgrid feature.",
Expand Down
Loading