From 7b1975435098b904a39ee5481ff97870814d5856 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 12 Oct 2017 11:09:54 +0900 Subject: [PATCH 1/2] [css-break-3] Clarify the definition of widows and orphans Closes #1823 --- css-break-3/Overview.bs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css-break-3/Overview.bs b/css-break-3/Overview.bs index eb17a4ec442..972d0c9df4c 100644 --- a/css-break-3/Overview.bs +++ b/css-break-3/Overview.bs @@ -412,10 +412,14 @@ Breaks Between Lines: 'orphans', 'widows' Name: orphans, widows Value: <> Initial: 2 - Applies to: block containers + Applies to: block containers that establish new inline formatting contexts Inherited: yes +

+ The 'widows' and 'orphans' properties have no effect + on block container boxes that contains only block-level boxes. +

The 'orphans' property specifies the minimum number of line boxes in a block container From fee30f8ec029825767f0b0d1679309c8f812f0d7 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 4 Nov 2017 09:24:28 +1100 Subject: [PATCH 2/2] Update Overview.bs block container boxes that contains only block-level boxes. -> block container boxes that contain only block-level boxes. --- css-break-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-break-3/Overview.bs b/css-break-3/Overview.bs index 972d0c9df4c..d5351c22856 100644 --- a/css-break-3/Overview.bs +++ b/css-break-3/Overview.bs @@ -418,7 +418,7 @@ Breaks Between Lines: 'orphans', 'widows'

The 'widows' and 'orphans' properties have no effect - on block container boxes that contains only block-level boxes. + on block container boxes that contain only block-level boxes.

The 'orphans' property specifies the minimum number