@@ -902,7 +902,7 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
902
902
: If it is ''align-self/normal''
903
903
and the box is [=replaced=]
904
904
: If it is ''align-self/normal''
905
- and has at least one ''inset/auto'' [=inset property|inset=] in the relevant axis,
905
+ and has at least one ''inset/auto'' [=inset property|inset=] in the relevant axis
906
906
::
907
907
Its [=automatic size=] is its [=fit-content size=] .
908
908
</dl>
@@ -1685,9 +1685,10 @@ Acknowledgments</h2>
1685
1685
is determined as above.</ins></p>
1686
1686
</blockquote>
1687
1687
1688
- <li> Aligned resolution of auto margins on positioned boxes with [[CSS2]] .
1688
+ <li> Aligned resolution of auto margins and automatic sizes of positioned boxes with [[CSS2]] .
1689
1689
(<a href="https://github.com/w3c/csswg-drafts/issues/5374">Issue 5374</a> ,
1690
- <a href="https://github.com/w3c/csswg-drafts/issues/5077">Issue 5077</a> )
1690
+ <a href="https://github.com/w3c/csswg-drafts/issues/5077">Issue 5077</a> ,
1691
+ <a href="https://github.com/w3c/csswg-drafts/issues/5327">Issue 5327</a> )
1691
1692
<blockquote>
1692
1693
<p> If this results in a [=sticky view rectangle=] size in any axis
1693
1694
less than the size of the [=border box=] of the [=sticky=] box in that axis,
@@ -1713,6 +1714,23 @@ Acknowledgments</h2>
1713
1714
the [=inline-start|start=] margin resolves to zero
1714
1715
and the [=inline-end|end=] margin receives the <var> remaining space</var> .
1715
1716
</blockquote>
1717
+ <blockquote>
1718
+ <dl class=switch>
1719
+ : If its [=self-alignment property=] in the relevant axis is ''align-self/stretch''
1720
+ : If it is ''align-self/normal''
1721
+ and the box is [=non-replaced=] <ins> and has no ''inset/auto'' [=inset property|inset=] in the relevant axis</ins>
1722
+ ::
1723
+ Its [=automatic size=] is its [=stretch-fit size=] .
1724
+
1725
+ : If its [=self-alignment property=] in the relevant axis is not ''align-self/stretch''
1726
+ : If it is ''align-self/normal''
1727
+ and the box is [=replaced=]
1728
+ : <ins> If it is ''align-self/normal''
1729
+ and has at least one ''inset/auto'' [=inset property|inset=] in the relevant axis</ins>
1730
+ ::
1731
+ Its [=automatic size=] is its [=fit-content size=] .
1732
+ </dl>
1733
+ </blockquote>
1716
1734
</ul>
1717
1735
1718
1736
The following significant changes were made since the
0 commit comments