@@ -15,7 +15,7 @@ WPT Path Prefix: css/css-gaps/
1515WPT Display : open
1616</pre>
1717<pre class='anchors'>
18- urlPrefix: https://drafts.csswg.org/css-grid-3/; type: dfn; spec: CSS-GRID-3; text: masonry container
18+ urlPrefix: https://drafts.csswg.org/css-grid-3/; type: dfn; spec: CSS-GRID-3; text: grid lanes container
1919</pre>
2020<pre class='link-defaults'>
2121spec:css-color-5; type:type; text:<color>
@@ -50,7 +50,7 @@ Value Definitions</h3>
5050Gap decorations</h2>
5151
5252 Various layouts in CSS such as
53- <a>multicol containers</a> , <a>flex containers</a> , <a>grid containers</a> , and <a>masonry containers</a>
53+ <a>multicol containers</a> , <a>flex containers</a> , <a>grid containers</a> , and <a>grid lanes containers</a>
5454 position child boxes adjacent to each other with gaps, also known as <a>gutters</a> , between them.
5555 Each such gap may contain a <dfn>gap decoration</dfn> ,
5656 which is a visible separator (such as a line) painted between adjacent boxes.
@@ -214,7 +214,7 @@ Breaking gap decorations into segments: The 'column-rule-break', 'row-rule-break
214214 Name : column-rule-break, row-rule-break
215215 Value : ''none'' | ''spanning-item'' | ''intersection''
216216 Initial : ''spanning-item''
217- Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>masonry containers</a>
217+ Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>grid lanes containers</a>
218218 Inherited : no
219219 Animation type : discrete
220220 </pre>
@@ -489,7 +489,7 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
489489 Name : column-rule-edge-inset-start, column-rule-edge-inset-end, row-rule-edge-inset-start, row-rule-edge-inset-end
490490 Value : ''auto'' | <<length-percentage>>
491491 Initial : ''auto''
492- Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>masonry containers</a>
492+ Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>grid lanes containers</a>
493493 Inherited : no
494494 Percentages : refer to the <a>crossing gap width</a>
495495 Animation type : by computed value type
@@ -499,7 +499,7 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
499499 Name : column-rule-interior-inset-start, column-rule-interior-inset-end, row-rule-interior-inset-start, row-rule-interior-inset-end
500500 Value : ''auto'' | <<length-percentage>>
501501 Initial : ''auto''
502- Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>masonry containers</a>
502+ Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>grid lanes containers</a>
503503 Inherited : no
504504 Percentages : refer to the <a>crossing gap width</a>
505505 Animation type : by computed value type
@@ -791,7 +791,7 @@ Gap decoration overlap: The 'rule-overlap' property</h3>
791791 Name : rule-overlap
792792 Value : row-over-column | column-over-row
793793 Initial : row-over-column
794- Applies to : <a>grid containers</a>, <a>flex containers</a>, and <a>masonry containers</a>
794+ Applies to : <a>grid containers</a>, <a>flex containers</a>, and <a>grid lanes containers</a>
795795 Inherited : no
796796 Animation type : discrete
797797 </pre>
@@ -851,7 +851,7 @@ Gap decoration color: The 'column-rule-color' and 'row-rule-color' properties</h
851851 Name : column-rule-color, row-rule-color
852852 Value : <<line-color-list>> | <<auto-line-color-list>>
853853 Initial : currentcolor
854- Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>masonry containers</a>
854+ Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>grid lanes containers</a>
855855 Inherited : no
856856 Animation type : repeatable list, see [[#interpolation-behavior]].
857857 </pre>
@@ -896,7 +896,7 @@ Gap decoration style: The 'column-rule-style' and 'row-rule-style' properties</h
896896 Name : column-rule-style, row-rule-style
897897 Value : <<line-style-list>> | <<auto-line-style-list>>
898898 Initial : none
899- Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>masonry containers</a>
899+ Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>grid lanes containers</a>
900900 Inherited : no
901901 Animation type : discrete
902902 </pre>
@@ -945,7 +945,7 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' properties</h
945945 Name : column-rule-width, row-rule-width
946946 Value : <<line-width-list>> | <<auto-line-width-list>>
947947 Initial : medium
948- Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>masonry containers</a>
948+ Applies to : <a>grid containers</a>, <a>flex containers</a>, <a>multicol containers</a>, and <a>grid lanes containers</a>
949949 Inherited : no
950950 Computed value : list of absolute lengths, <a>snapped as a border width</a>
951951 Animation type : repeatable list, see [[#interpolation-behavior]].
0 commit comments