Skip to content

Commit 7f4a800

Browse files
jav099Javier Contreras
andauthored
[css-gaps-1] Clarify decoration pattern continuity across flex lines #13633 (#13887)
* [css-gaps-1] Clarify decoration pattern continuity across flex lines Specify that gap decoration patterns do not restart at the beginning of each flex line, but are assigned sequentially across the flexbox. Closes #13754 * [css-gaps-1] Add changes entry for flex line decoration continuity Document the clarification about decoration patterns not restarting at flex line boundaries. --------- Co-authored-by: Javier Contreras <javiercon@microsoft.com>
1 parent 94eaa44 commit 7f4a800

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-gaps-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,6 +2030,9 @@ Assigning gap decoration values to gaps</h3>
20302030
is drawn there. This preserves a consistent association between gaps and decorations across
20312031
fragmented and unfragmented contexts.
20322032

2033+
Similarly, when a [=flex container=] wraps into multiple flex lines, the decoration pattern is assigned to gaps sequentially across the flexbox
2034+
and does not restart at the beginning of each flex line.
2035+
20332036
<div algorithm>
20342037
To <dfn>assign gap decoration values</dfn> to a list of |gaps| using a list of |values|:
20352038

@@ -2572,6 +2575,8 @@ Changes since the <a href="https://www.w3.org/TR/2026/WD-css-gaps-1-20260227/">2
25722575
(<a href="https://github.com/w3c/csswg-drafts/issues/13697">Issue 13697</a>)
25732576
<li>Clarified that gaps suppressed due to fragmentation still consume gap decoration values.
25742577
(<a href="https://github.com/w3c/csswg-drafts/issues/13754">Issue 13754</a>)
2578+
<li>Clarified that decoration patterns do not restart at the beginning of each flex line.
2579+
(<a href="https://github.com/w3c/csswg-drafts/issues/13663">Issue 13663</a>)
25752580
</ul>
25762581

25772582
<h3 id="changes-20250417">

0 commit comments

Comments
 (0)