@@ -18,6 +18,10 @@ WPT Display: open
1818urlPrefix: https://drafts.csswg.org/css-grid-3/; type: dfn; spec: CSS-GRID-3; text: grid lanes container
1919</pre>
2020<pre class='link-defaults'>
21+ spec:css-backgrounds-3; type:type; text:<line-style>
22+ spec:css-backgrounds-3; type:type; text:<line-width>
23+ spec:css-backgrounds-3; type:value; for:<line-style> ; text:hidden
24+ spec:css-backgrounds-3; type:value; for:<line-style> ; text:none
2125spec:css-color-5; type:type; text:<color>
2226</pre>
2327
@@ -88,10 +92,6 @@ Gap decorations</h2>
8892 </figure>
8993 </div>
9094
91- <wpt>
92- serialization/gap-decorations-properties.html
93- </wpt>
94-
9595<h3 id="layout-painting">
9696Layout and painting</h3>
9797
@@ -259,6 +259,7 @@ Breaking gap decorations into segments: The 'column-rule-break', 'row-rule-break
259259 multicol/multicol-gap-decorations-014.html
260260 parsing/rule-break-computed.html
261261 parsing/rule-break-invalid.html
262+ parsing/rule-break-shorthand.html
262263 parsing/rule-break-valid.html
263264 </wpt>
264265
@@ -779,9 +780,15 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
779780 multicol/multicol-gap-decorations-010.html
780781 multicol/multicol-gap-decorations-011.html
781782 multicol/multicol-gap-decorations-012.html
782- parsing/rule-outset-computed.html
783- parsing/rule-outset-invalid.html
784- parsing/rule-outset-valid.html
783+ parsing/rule-edge-start-end-inset-computed.html
784+ parsing/rule-edge-start-end-inset-invalid.html
785+ parsing/rule-inset-bidirectional-shorthand.html
786+ parsing/rule-inset-computed.html
787+ parsing/rule-inset-invalid.html
788+ parsing/rule-inset-shorthand.html
789+ parsing/rule-inset-valid.html
790+ parsing/rule-interior-start-end-inset-computed.html
791+ parsing/rule-interior-start-end-inset-invalid.html
785792 </wpt>
786793
787794<h3 id="overlap">
@@ -833,9 +840,9 @@ Gap decoration overlap: The 'rule-overlap' property</h3>
833840 <wpt>
834841 flex/flex-gap-decorations-012.html
835842 grid/grid-gap-decorations-023.html
836- parsing/rule-paint-order -computed.html
837- parsing/rule-paint-order -invalid.html
838- parsing/rule-paint-order -valid.html
843+ parsing/rule-overlap -computed.html
844+ parsing/rule-overlap -invalid.html
845+ parsing/rule-overlap -valid.html
839846 </wpt>
840847
841848<h2 id="color-style-width">
@@ -971,6 +978,7 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' properties</h
971978 grid/grid-gap-decorations-018.html
972979 grid/grid-gap-decorations-019.html
973980 multicol/multicol-gap-decorations-004.html
981+ parsing/gap-decorations-col-rule-width.html
974982 parsing/gap-decorations-width-computed.html
975983 parsing/gap-decorations-width-invalid.html
976984 parsing/gap-decorations-width-valid.html
@@ -1266,6 +1274,35 @@ When interpolating ''repeat()'' values, or lists of values for 'rule-color' or '
12661274 </div>
12671275 </div>
12681276
1277+ <wpt>
1278+ animation/column-rule-outset-interpolation.html
1279+ animation/gap-decorations-color-neutral-keyframe-001.html
1280+ animation/gap-decorations-color-neutral-keyframe-002.html
1281+ animation/gap-decorations-color-neutral-keyframe-003.html
1282+ animation/gap-decorations-color-neutral-keyframe-004.html
1283+ animation/gap-decorations-color-neutral-keyframe-005.html
1284+ animation/gap-decorations-outset-neutral-keyframe-001.html
1285+ animation/gap-decorations-outset-neutral-keyframe-002.html
1286+ animation/gap-decorations-width-neutral-keyframe-001.html
1287+ animation/gap-decorations-width-neutral-keyframe-002.html
1288+ animation/gap-decorations-width-neutral-keyframe-003.html
1289+ animation/gap-decorations-width-neutral-keyframe-004.html
1290+ animation/gap-decorations-width-neutral-keyframe-005.html
1291+ animation/row-rule-color-interpolation.html
1292+ animation/row-rule-outset-interpolation.html
1293+ animation/row-rule-width-interpolation.html
1294+ animation/rule-color-interpolation-conversion-001.html
1295+ animation/rule-color-interpolation-conversion-002.html
1296+ animation/rule-color-interpolation-conversion-crash.html
1297+ animation/rule-color-interpolation-multiple-values-001.html
1298+ animation/rule-color-interpolation-repeaters-001.html
1299+ animation/rule-width-interpolation-conversion-001.html
1300+ animation/rule-width-interpolation-conversion-002.html
1301+ animation/rule-width-interpolation-multiple-values-001.html
1302+ animation/rule-width-interpolation-multiple-values-002.html
1303+ animation/rule-width-interpolation-repeaters.html
1304+ </wpt>
1305+
12691306<h3 id="gap-decoration-shorthands">
12701307Gap decoration shorthands: The 'column-rule' and 'row-rule' properties</h3>
12711308
@@ -1328,6 +1365,11 @@ Bi-directional gap decoration shorthands: The 'rule-color', 'rule-style', 'rule-
13281365 <wpt>
13291366 flex/flex-gap-decorations-019.html
13301367 parsing/gap-decorations-bidirectional-shorthands.html
1368+ parsing/gap-decorations-rule-initial-value-crash.html
1369+ parsing/gap-decorations-rule-shorthand-computed.html
1370+ parsing/gap-decorations-rule-shorthand-invalid.html
1371+ parsing/gap-decorations-rule-shorthand-valid.html
1372+ parsing/gap-decorations-rule-shorthand.html
13311373 </wpt>
13321374
13331375<h2 id="privacy">
@@ -1377,7 +1419,7 @@ Changes since the <a href="https://www.w3.org/TR/2025/WD-css-gaps-1-20250417/">1
13771419 <li> Updated trailing gap decoration assignment to use values in forward order. (<a href="https://github.com/w3c/csswg-drafts/issues/12527">Issue 12527</a> )
13781420 <li> Specified the interpolation behavior for values which may contain repeaters.
13791421 (<a href="https://github.com/w3c/csswg-drafts/issues/12431">Issue 12431</a> )
1380- <li> Removed the special case of 'column-rule-width' having a computed value of ''0'' when 'column-rule-style' is ''border -style/none'' or ''border -style/hidden'' .
1422+ <li> Removed the special case of 'column-rule-width' having a computed value of ''0'' when 'column-rule-style' is ''<line -style> /none'' or ''<line -style> /hidden'' .
13811423 (<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a> )
13821424 <li> Updated `*-outset` to `*-inset` and introduced related properties.
13831425 (<a href="https://github.com/w3c/csswg-drafts/issues/12603">Issue 12603</a> ,
0 commit comments