Skip to content

Commit ca3f9e7

Browse files
committed
[css-gaps-1][editorial] Tighten up descriptions of rule-break values
1 parent a2ae634 commit ca3f9e7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

css-gaps-1/Overview.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -579,15 +579,12 @@ Break behaviors at intersections: The 'column-rule-break', 'row-rule-break', and
579579
</dd>
580580
<dt><a>Flex containers</a>
581581
<dd>
582-
Because flex items do not span across flex lines,
583-
there are no visible "T" intersections caused by spanning items,
584-
so in practice this is identical to ''column-rule-break/none''.
582+
Behaves the same as ''column-rule-break/none''.
585583
</dd>
586584
<dt><a>Multicol containers</a>
587585
<dd>
588-
In order to preserve the traditional readability of text in columns,
589-
'column-rule-break' behaves as ''column-rule-break/intersection'', and
590-
'row-rule-break' behaves as ''row-rule-break/none''.
586+
On 'column-rule-break', behaves the same as ''column-rule-break/intersection''.
587+
On 'row-rule-break', behaves the same as ''row-rule-break/none''.
591588
</dd>
592589
</dl>
593590
</dd>

0 commit comments

Comments
 (0)