From 225093b11dc0c0f5eb8f89efa01b63e152367586 Mon Sep 17 00:00:00 2001 From: jfkthame Date: Mon, 29 Jan 2024 14:55:17 +0000 Subject: [PATCH] Add CSS widows & orphans (positive) Closes #972 --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 81f7ad3..f9d7e86 100644 --- a/activities.json +++ b/activities.json @@ -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.",