Skip to content

Commit b844f66

Browse files
committed
[css-position-3] Update Changes list
1 parent ab7b55d commit b844f66

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

css-position-3/Overview.bs

+16-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
<pre class='metadata'>
22
Title: CSS Positioned Layout Module Level 3
3-
Status: ED
4-
Work Status: Exploring
3+
Status: WD
4+
Work Status: Refining
55
Shortname: css-position
66
Level: 3
77
Group: csswg
8-
ED: https://drafts.csswg.org/css-position/
8+
ED: https://drafts.csswg.org/css-position-3/
99
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/
1310
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1411
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1512
Former Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
1613
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>
1815
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=].
1916
Link Defaults: css-transforms-1 (property) transform
2017
</pre>
@@ -1677,6 +1674,18 @@ Acknowledgments</h2>
16771674

16781675
<h2 class="no-num" id="changes">Changes</h2>
16791676

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+
16801689
The following significant changes were made since the
16811690
<a href="https://www.w3.org/TR/2020/WD-css-position-3-20200519/">19 May 2020 Working Draft</a>:
16821691

0 commit comments

Comments
 (0)