Skip to content

Commit 53b2f87

Browse files
committed
[css-position-3] Update Changes section
1 parent 9db1502 commit 53b2f87

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

css-position-3/Overview.bs

+21-3
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
902902
: If it is ''align-self/normal''
903903
and the box is [=replaced=]
904904
: 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
906906
::
907907
Its [=automatic size=] is its [=fit-content size=].
908908
</dl>
@@ -1685,9 +1685,10 @@ Acknowledgments</h2>
16851685
is determined as above.</ins></p>
16861686
</blockquote>
16871687

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]].
16891689
(<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>)
16911692
<blockquote>
16921693
<p>If this results in a [=sticky view rectangle=] size in any axis
16931694
less than the size of the [=border box=] of the [=sticky=] box in that axis,
@@ -1713,6 +1714,23 @@ Acknowledgments</h2>
17131714
the [=inline-start|start=] margin resolves to zero
17141715
and the [=inline-end|end=] margin receives the <var>remaining space</var>.
17151716
</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>
17161734
</ul>
17171735

17181736
The following significant changes were made since the

0 commit comments

Comments
 (0)