|
1 | 1 | <pre class='metadata'>
|
2 | 2 | Title: CSS Positioned Layout Module Level 3
|
3 |
| -Status: ED |
4 |
| -Work Status: Exploring |
| 3 | +Status: WD |
| 4 | +Work Status: Refining |
5 | 5 | Shortname: css-position
|
6 | 6 | Level: 3
|
7 | 7 | Group: csswg
|
8 |
| -ED: https://drafts.csswg.org/css-position/ |
| 8 | +ED: https://drafts.csswg.org/css-position-3/ |
9 | 9 | TR: https://www.w3.org/TR/css-position-3/
|
10 |
| -Previous Version: https://www.w3.org/TR/2016/WD-css-position-3-20160517/ |
11 |
| -Previous Version: https://www.w3.org/TR/2015/WD-css3-positioning-20150203/ |
12 |
| -Previous Version: https://www.w3.org/TR/2012/WD-css3-positioning-20120207/ |
13 | 10 | Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
|
14 | 11 | Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
|
15 | 12 | Former Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
|
16 | 13 | Former Editor: Arron Eicholz, Microsoft, arronei@microsoft.com, w3cid 37934
|
17 |
| -!Issues list: <a href="http://wiki.csswg.org/spec/css-position/">in Wiki</a> |
| 14 | +!Feedback: <a href="http://wiki.csswg.org/spec/css-position/">in Wiki</a> |
18 | 15 | Abstract: This module contains defines coordinate-based positioning and offsetting schemes of <a href="https://www.w3.org/TR/CSS/">CSS</a>: [=relative positioning=], [=sticky positioning=], [=absolute positioning=], and [=fixed positioning=].
|
19 | 16 | Link Defaults: css-transforms-1 (property) transform
|
20 | 17 | </pre>
|
@@ -1677,6 +1674,18 @@ Acknowledgments</h2>
|
1677 | 1674 |
|
1678 | 1675 | <h2 class="no-num" id="changes">Changes</h2>
|
1679 | 1676 |
|
| 1677 | + The following significant changes were made since the |
| 1678 | + <a href="https://www.w3.org/TR/2021/WD-css-position-3-20211216/">16 Decemer 2021 Working Draft</a>: |
| 1679 | + |
| 1680 | + <ul> |
| 1681 | + <li>Fixed conceptual definitions of [=static position=] and [=static position rectangle=] |
| 1682 | + to be consistent with their actual usage. |
| 1683 | + <li>Explicitly defined that [=absolute positioning=] forces the box |
| 1684 | + to establish an [=independent formatting context=] |
| 1685 | + (as previously noted in [[CSS-DISPLAY-3]]). |
| 1686 | + (<a href="https://github.com/w3c/csswg-drafts/issues/7124">Issue 7124</a>) |
| 1687 | + </ul> |
| 1688 | + |
1680 | 1689 | The following significant changes were made since the
|
1681 | 1690 | <a href="https://www.w3.org/TR/2020/WD-css-position-3-20200519/">19 May 2020 Working Draft</a>:
|
1682 | 1691 |
|
|
0 commit comments