Skip to content

Commit 23d5a4c

Browse files
committed
[css-break-3] Fix applies-to lines for break-*
1 parent a67b434 commit 23d5a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-break-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Breaks Between Boxes: the 'break-before' and 'break-after' properties</h3>
241241
Name: break-before, break-after
242242
Value: auto | avoid | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region
243243
Initial: auto
244-
Applies to: block-level elements, table row groups, table rows (but see prose)
244+
Applies to: block-level boxes, grid items, flex items, table row groups, table rows (but see prose)
245245
Inherited: no
246246
</pre>
247247

@@ -262,6 +262,7 @@ Breaks Between Boxes: the 'break-before' and 'break-after' properties</h3>
262262
User agents should also apply these properties to floated boxes
263263
whose containing block is in the normal flow of the root fragmented element.
264264
User agents may also apply these properties to other boxes.
265+
User agents must not apply these properties to absolutely-positioned boxes.
265266
</p>
266267

267268
<h4 id="generic-break-values" class="no-num">
@@ -394,8 +395,7 @@ Breaks Within Boxes: the 'break-inside' property</h3>
394395
Name: break-inside
395396
Value: auto | avoid | avoid-page | avoid-column | avoid-region
396397
Initial: auto
397-
Applies to: elements in the normal flow that establish formatting contexts,
398-
or that are block containers, table row groups, or table rows
398+
Applies to: all elements except inline-level boxes, internal ruby boxes, table column boxes, table column group boxes, absolutely-positioned boxes
399399
Inherited: no
400400
</pre>
401401

0 commit comments

Comments
 (0)