@@ -1469,13 +1469,13 @@ <h4 id=joining-boxes><span class=secno>5.4.1. </span> Joining Boxes for
14691469 < p > If the box fragments have different widths (heights, if the fragments
14701470 are joined horizontally), then each piece draws its portion of the
14711471 background assuming that the whole element has the same width (height) as
1472- this piece. This ensures that right-aligned images stay aligned to the
1473- right edge, left-aligned images stay aligned to the left edge, and
1474- centered images stay centered. <!-- ISSUE
1475- In order to preserve continuity in the other dimension,
1476- heights (widths) and horizontal (vertical) positions of the images
1477- are not recalculated despite any intrinsic aspect ratio relations.
1478- -->
1472+ this piece. However, if the used height (width) of an image is derived
1473+ from the width (height) of the box, then it is calculated using the widest
1474+ fragment's width and maintained as a fixed size. This ensures that
1475+ right-aligned images stay aligned to the right edge, left-aligned images
1476+ stay aligned to the left edge, centered images stay centered, and
1477+ stretched images cover the background area as intended while preserving
1478+ continuity across fragments.
14791479
14801480 < h3 id =transforms > < span class =secno > 5.5. </ span > Transforms, Positioning,
14811481 and Pagination</ h3 >
@@ -1681,7 +1681,9 @@ <h2 class=no-num id=changes> Changes</h2>
16811681 < ul >
16821682 < li > Added definition of ‘< a href ="#box-decoration-break "> < code
16831683 class =property > box-decoration-break</ code > </ a > ’ (moved from < a
1684- href ="#ref-CSS3BG " rel =biblioentry > [CSS3BG]<!--{{CSS3BG}}--> </ a > ).
1684+ href ="#ref-CSS3BG " rel =biblioentry > [CSS3BG]<!--{{CSS3BG}}--> </ a > ) and
1685+ defined better handling of aspect-ratio-sized images in variable-sized
1686+ fragments.
16851687
16861688 < li > Added ‘< code class =css > any</ code > ’ value to ‘< a
16871689 href ="#break-before "> < code class =property > break-before</ code > </ a > ’ and
0 commit comments