Skip to content

Commit 4b83ea3

Browse files
committed
[css-gaps-1] Update definition of 'crossing gap width' to be consistent with resolution taken in #12922
1 parent e7da69b commit 4b83ea3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

css-gaps-1/Overview.bs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,13 +809,21 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties</h3>
809809
<dt>
810810
Edge segment endpoints
811811
<dd>
812-
The <a>crossing gap width</a> is ''0''.
812+
The [=crossing gap width=] is ''0''.
813813

814814
<dt>
815815
Interior segment endpoints
816816
<dd>
817-
The <a>crossing gap width</a> is the used value of the 'column-gap' or 'row-gap' property,
818-
whichever applies to the intersecting gap.
817+
The [=crossing gap width=] is the size of the [=gap junction=]
818+
in the same dimension as the [=gap=] in which the [=segment endpoint=] lies
819+
(the horizontal dimension for row gaps and the vertical dimension for column gaps).
820+
821+
Note: Typically, this will be the used value of the 'column-gap' or 'row-gap' property,
822+
whichever applies to the intersecting or abutting gap,
823+
plus any additional spacing added due to 'justify-content' or 'align-content'.
824+
However, in cases where [=gaps=] intersect or abut one another at overlapping intervals,
825+
the [=crossing gap width=] will be determined by the union of such intervals.
826+
See <a href="#example-unpaired-endpoints-1">this example</a> for one such case.
819827
</dl>
820828

821829
<p>

0 commit comments

Comments
 (0)