Skip to content

Commit

Permalink
[css-break-3] Fix applies-to lines for break-*
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Aug 20, 2018
1 parent a67b434 commit 23d5a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-break-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Breaks Between Boxes: the 'break-before' and 'break-after' properties</h3>
Name: break-before, break-after
Value: auto | avoid | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region
Initial: auto
Applies to: block-level elements, table row groups, table rows (but see prose)
Applies to: block-level boxes, grid items, flex items, table row groups, table rows (but see prose)
Inherited: no
</pre>

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

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

Expand Down

0 comments on commit 23d5a4c

Please sign in to comment.