Skip to content

Commit 31f6761

Browse files
committed
[css-display-3] Add definition of absolute positioning to glossary.
1 parent 9c7adf5 commit 31f6761

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

css-display-3/Overview.bs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,12 @@ Appendix A: Glossary</h2>
11651165
Note: some [=formatting contexts=] inhibit floating,
11661166
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.
11671167

1168+
<dt><dfn lt="absolutely positioned | absolutely positioned element | absolutely positioned box">absolutely posititioned</dfn>
1169+
<dd>
1170+
A box is <a>absolutely positioned</a>
1171+
if its 'position' property is either ''absolute'' or ''fixed''.
1172+
Absolutely positioned boxes are also <a>out-of-flow</a>.
1173+
11681174
<dt><dfn>document order</dfn>
11691175
<dd>
11701176
The order in which boxes or content occurs in the document
@@ -1361,6 +1367,22 @@ Acknowledgments</h2>
13611367
<h2 class=no-num id="changes">
13621368
Changes</h2>
13631369

1370+
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-display-3-20180828/">28 August 2018 Candidate Recommendation</a>
1371+
include:
1372+
1373+
<ul>
1374+
<li id="change-parent">
1375+
Defined <a>parent box</a>.
1376+
<li id="change-abspos">
1377+
Added definition of <a>absolutely positioned</a> to the glossary;
1378+
<a href="https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned">copied from CSS2</a> for easier referencing.
1379+
<li id="change-bidi-fragment">
1380+
Added cross-references to various forms of fragmentation in [[#intro]].
1381+
</ul>
1382+
1383+
<h3 id="changes-wd">
1384+
Changes Prior to Candidate Recommendation Status</h3>
1385+
13641386
A <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017">Disposition of Comments</a> is available.
13651387

13661388
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-display-3-20180420/">20 April 2018 Working Draft</a> include:

0 commit comments

Comments
 (0)