Skip to content

Commit 9737f2c

Browse files
committed
[css-gaps-1][editorial] Fix typos
1 parent 05c815d commit 9737f2c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

‎css-gaps-1/Overview.bs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Gaps Between Boxes</h2>
147147
<figure>
148148
<img alt="" src="images/multicol-gaps.png">
149149
<figcaption>
150-
Gaps in a multicol container with `column-wrap: wrap`; [=column gaps=] in orange and [=row gaps=] in blue).
150+
Gaps in a multicol container with `column-wrap: wrap`; [=column gaps=] in orange and [=row gaps=] in blue.
151151
Note that [=column gaps=] in multicol containers do not overlap [=row gaps=], similar to flex.
152152
</figcaption>
153153
</figure>
@@ -960,7 +960,6 @@ Break behaviors at intersections: The 'column-rule-break', 'row-rule-break', and
960960
.break-intersection-flex {
961961
display: flex;
962962
flex-wrap: wrap;
963-
gap: 20px;
964963
width: 500px;
965964
gap: 20px;
966965
row-rule: 6px solid red;
@@ -2666,7 +2665,7 @@ No new security considerations have been reported on this specification.
26662665
<h2 id="changes">
26672666
Changes</h2>
26682667

2669-
<h3 id="changes=20260227">
2668+
<h3 id="changes-20260227">
26702669
Changes since the <a href="https://www.w3.org/TR/2026/WD-css-gaps-1-20260227/">27 February 2026 Working Draft</a></h3>
26712670

26722671
<ul class="non-normative">

0 commit comments

Comments
 (0)