Skip to content

Commit c241bfc

Browse files
committed
[css-align] Add issue for handling of abspos align/justify-self when left/right is non-auto and width is auto.
1 parent e602a5f commit c241bfc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-align/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,12 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
738738
to use shrink-to-fit sizing for calculating ''width/auto'' measures,
739739
and 'align-self' dictates alignment as follows:
740740

741+
Issue: When you have non-auto left/right and auto width,
742+
legacy behavior stretches the width and ignores margins.
743+
We should keep "auto" around for abspos,
744+
and have it do this legacy behavior.
745+
Any other value (including "stretch") should do standard "auto margins get first dibs" behavior.
746+
741747
The <a>alignment container</a> is the box's containing block
742748
as modified by the offset properties ('top'/'right'/'bottom'/'left').
743749
The <a>alignment subject</a> is the box's margin box.

0 commit comments

Comments
 (0)