Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions css-gaps-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
Controlling Gap Decoration Visibility: The '*-rule-visibility-items' properties</h3>
<pre class='propdef'>
Name: column-rule-visibility-items, row-rule-visibility-items
Value: all | around | between
Initial: all
Value: auto | all | around | between
Initial: auto
Applies to: <a>grid containers</a>, and <a>multicol containers</a>
Inherited: no
Computed value: as specified
Expand All @@ -987,6 +987,10 @@ Controlling Gap Decoration Visibility: The '*-rule-visibility-items' properties<
in portions of gutters adjacent to empty cells.

<dl dfn-type="value" dfn-for="column-rule-visibility-items, row-rule-visibility-items">
<dt><dfn>auto</dfn>
<dd>Behaves as ''all'' in <a>grid containers</a>
and as ''between'' in <a>multicol containers</a>
(for backwards compatibility).
<dt><dfn>all</dfn>
<dd>Paint decorations in all gap segments, regardless of whether adjacent items are present.
<dt><dfn>around</dfn>
Expand Down