We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e602a5f commit c241bfcCopy full SHA for c241bfc
1 file changed
css-align/Overview.bs
@@ -738,6 +738,12 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
738
to use shrink-to-fit sizing for calculating ''width/auto'' measures,
739
and 'align-self' dictates alignment as follows:
740
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
+
747
The <a>alignment container</a> is the box's containing block
748
as modified by the offset properties ('top'/'right'/'bottom'/'left').
749
The <a>alignment subject</a> is the box's margin box.
0 commit comments