@@ -1165,6 +1165,12 @@ Appendix A: Glossary</h2>
1165
1165
Note: some [=formatting contexts=] inhibit floating,
1166
1166
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a> .
1167
1167
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
+
1168
1174
<dt> <dfn>document order</dfn>
1169
1175
<dd>
1170
1176
The order in which boxes or content occurs in the document
@@ -1361,6 +1367,22 @@ Acknowledgments</h2>
1361
1367
<h2 class=no-num id="changes">
1362
1368
Changes</h2>
1363
1369
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
+
1364
1386
A <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017">Disposition of Comments</a> is available.
1365
1387
1366
1388
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