Skip to content

Commit

Permalink
Add CSS widows & orphans (positive)
Browse files Browse the repository at this point in the history
Closes #972
  • Loading branch information
jfkthame committed Jan 29, 2024
1 parent 29cb03a commit 225093b
Showing 1 changed file with 13 additions and 0 deletions.
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": "css-widows-orphans",
"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": 972,
"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

0 comments on commit 225093b

Please sign in to comment.