@@ -704,7 +704,7 @@ Break behaviors at intersections: The 'column-rule-break', 'row-rule-break', and
704704 <figure>
705705 <img alt="" src="images/example-break-normal-multicol.png">
706706 <figcaption>
707- Multicol <a> gap decorations</a> with rule-break set to ''normal'' .
707+ Multicol [= gap decorations=] with rule-break set to ''column-rule-break/ normal'' .
708708 Note that in the column direction it behaves as if rule-break were set to ''intersection'' ,
709709 while in the row direction it behaves as if rule-break were set to ''none'' .
710710 </figcaption>
@@ -1093,9 +1093,9 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
10931093Gap decoration visibility: The 'rule-visibility-items' properties</h3>
10941094 <pre class='propdef'>
10951095 Name : column-rule-visibility-items, row-rule-visibility-items
1096- Value : ''all'' | ''around'' | ''between''
1097- Initial : ''all ''
1098- Applies to : <a> grid containers</a>, and <a> multicol containers</a>
1096+ Value : ''all'' | ''around'' | ''between'' | ''normal''
1097+ Initial : ''normal ''
1098+ Applies to : [= grid containers=] and [= multicol containers=]
10991099 Inherited : no
11001100 Computed value : as specified
11011101 Animation type : discrete
@@ -1111,6 +1111,20 @@ Gap decoration visibility: The 'rule-visibility-items' properties</h3>
11111111 <dd> Paint decorations in a gap segment if at least one of the two adjacent areas is occupied by an item.
11121112 <dt> <dfn>between</dfn>
11131113 <dd> Paint decorations in a gap segment if both adjacent areas are occupied by items.
1114+ <dt> <dfn>normal</dfn>
1115+ <dd> Behavior depends on the type of container.
1116+ <dl>
1117+ <dt> [=Grid containers=]
1118+ <dd>
1119+ Behaves the same as ''all'' .
1120+ </dd>
1121+ <dt> [=Multicol containers=]
1122+ <dd>
1123+ On 'column-rule-visibility-items' , behaves the same as ''column-rule-visibility-items/between'' .
1124+ On 'row-rule-visibility-items' , behaves the same as ''row-rule-visibility-items/all'' .
1125+ </dd>
1126+ </dl>
1127+ </dd>
11141128 </dl>
11151129
11161130 <pre class='propdef shorthand'>
@@ -1135,7 +1149,7 @@ Gap decoration visibility: The 'rule-visibility-items' properties</h3>
11351149 <figure>
11361150 <img alt="" src="images/example-visibility-all-normal.png">
11371151 <figcaption>
1138- Gap decorations in Grid with ''column-rule-break/normal'' rule breaking and ''column-rule-visibility-items/all'' visibility (the default) .
1152+ Gap decorations in Grid with ''column-rule-break/normal'' rule breaking and ''column-rule-visibility-items/all'' visibility.
11391153 </figcaption>
11401154 </figure>
11411155 </div>
@@ -2208,6 +2222,14 @@ No new security considerations have been reported on this specification.
22082222<h2 id="changes">
22092223Changes</h2>
22102224
2225+ <h3 id="changes=20260227">
2226+ Changes since the <a href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/2026/WD-css-gaps-1-20260227/">27 February 2026 Working Draft</a></h3>
2227+
2228+ <ul class="non-normative">
2229+ <li> Added the ''column-rule-visibility-items/normal'' value to [[#visibility|*-rule-visibility-items]] and made it the new initial value.
2230+ (<a href="https://github.com/w3c/csswg-drafts/issues/13477">Issue 13477</a> )
2231+ </ul>
2232+
22112233<h3 id="changes-20250417">
22122234Changes since the <a href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/2025/WD-css-gaps-1-20250417/">17 April 2025 Working Draft</a></h3>
22132235
0 commit comments