@@ -1717,6 +1717,34 @@ Acknowledgments</h2>
1717
1717
1718
1718
<h2 class="no-num" id="changes">Changes</h2>
1719
1719
1720
+ The following significant changes were made since the
1721
+ <a href="https://www.w3.org/TR/2022/WD-css-position-3-20220901/">01 September 2022 Working Draft</a> :
1722
+ <ul>
1723
+ <li> Updated [=sticky positioning=] to using its offsetted positioning
1724
+ for scroll operations.
1725
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7930">Issue 7930</a> )
1726
+ <li> Fixed incorrect/ambiguous translation from CSS2
1727
+ regarding the edges of a fragmented inline box forming a [=containing block=]
1728
+ in the presence of bidi.
1729
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7917">Issue 7917</a> )
1730
+ <li> Defined the [=containing block=] formed by edges of a fragmented inline box
1731
+ to match the Blink implementation
1732
+ (<a href="https://github.com/w3c/csswg-drafts/issues/609">Issue 609</a> )
1733
+ while opening up a discussion on what’s the best thing to do
1734
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8284">Issue 8284</a> )
1735
+ <li> Imported the definition of [=static-position containing block=] from CSS2.
1736
+ <li> Clarified [=writing modes=] used to calculate [=static positions=] .
1737
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7599">Issue 7599</a> ,
1738
+ <a href="https://github.com/w3c/csswg-drafts/issues/7612">Issue 7612</a> )
1739
+ <li> Added a note about treating HTML form controls as [=non-replaced=] elements
1740
+ for the purpose of [=positioned layout=] .
1741
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6789">Issue 6789</a> )
1742
+ <li> Corrected duplicate, conflicting “Animation type” lines for 'position' .
1743
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6846">Issue 6846</a> )
1744
+ <li> Clarified “equivalent alignment”.
1745
+ (<a href="https://github.com/w3c/csswg-drafts/issues/6607">Issue 6607</a> )
1746
+ </ul>
1747
+
1720
1748
The following significant changes were made since the
1721
1749
<a href="https://www.w3.org/TR/2021/WD-css-position-3-20211216/">16 Decemer 2021 Working Draft</a> :
1722
1750
0 commit comments