Skip to content

Commit 297dcc2

Browse files
authored
[css-align-3] fix figure description (w3c#6274)
Swap wrong left/right figure references
1 parent 42f8870 commit 297dcc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,9 @@ Overflow Alignment: the ''safe'' and ''unsafe'' keywords and scroll safety limit
806806
</div>
807807
</div>
808808
<figcaption>
809-
The items in the figure on the right all strictly centered,
809+
The items in the figure on the left are all strictly centered,
810810
even if the one that is too long to fit overflows on both sides,
811-
while those in the figure on the left are centered unless they overflow,
811+
while those in the figure on the right are centered unless they overflow,
812812
in which case all the overflow goes off the end edge.
813813
If the container was placed
814814
against the left edge of the page,

0 commit comments

Comments
 (0)