Skip to content

Commit 9fad693

Browse files
committed
[css-position-3][css-display-3] Define absolutely positioned in css-position.
1 parent b352543 commit 9fad693

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

css-display-3/Overview.bs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,18 +1202,12 @@ Appendix A: Glossary</h2>
12021202
<dt><dfn>in-flow</dfn>
12031203
<dd>
12041204
A box is <a>out-of-flow</a> if it is floated (via 'float')
1205-
or absolutely-positioned (via 'position').
1205+
or [=absolutely positioned=] (via 'position').
12061206
A box is <a>in-flow</a> if it is not <a>out-of-flow</a>.
12071207

12081208
Note: some [=formatting contexts=] inhibit floating,
12091209
so that an element with ''float: left'' is not necessarily <a>out-of-flow</a>.
12101210

1211-
<dt><dfn lt="absolutely positioned | absolutely positioned element | absolutely positioned box">absolutely positioned</dfn>
1212-
<dd>
1213-
A box is <a>absolutely positioned</a>
1214-
if its 'position' property is either ''position/absolute'' or ''position/fixed''.
1215-
Absolutely positioned boxes are also <a>out-of-flow</a>.
1216-
12171211
<dt><dfn>document order</dfn>
12181212
<dd>
12191213
The order in which boxes or content occurs in the document

css-position-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
221221
and does not affect the size or position of any other box,
222222
except insofar as it increases the [=scrollable overflow area=] of its ancestors.
223223
This [=positioning scheme=] is called
224-
<dfn export dfn lt="relative position|relatively position|relatively-positioned|sticky-positioned box" local-lt="relative|relatively">relative positioning</dfn>.
224+
<dfn export dfn lt="relative position | relatively position | relatively-positioned | relatively positioned box" local-lt="relative|relatively">relative positioning</dfn>.
225225

226226
<dt><dfn>sticky</dfn>
227227
<dd>
@@ -233,7 +233,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
233233
to try to keep the box in view within its [=containing block=]
234234
as the user scrolls.
235235
This [=positioning scheme=] is called
236-
<dfn export dfn lt="sticky position|sticky-positioned" local-lt="sticky">sticky positioning</dfn>.
236+
<dfn export dfn lt="sticky position | sticky-positioned | sticky-positioned box" local-lt="sticky">sticky positioning</dfn>.
237237

238238
<dt><dfn>absolute</dfn>
239239
<dd>
@@ -250,7 +250,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
250250
and is included in the [=scrollable overflow area=]
251251
of the box that generates is [=containing block=].
252252
This [=positioning scheme=] is called
253-
<dfn export dfn lt="absolute position|absolutely position|absolutely-positioned|absolutely positioned box" local-lt="absolute|absolutely">absolute positioning</dfn>.
253+
<dfn export dfn lt="absolute position | absolutely position | absolutely-positioned | absolutely positioned box | absolutely positioned element" local-lt="absolute|absolutely">absolute positioning</dfn>.
254254

255255
<dt><dfn>fixed</dfn>
256256
<dd>
@@ -261,7 +261,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
261261
it does not move when the document is scrolled,
262262
and is replicated on every page when it is paginated.
263263
This [=positioning scheme=] is called
264-
<dfn export dfn lt="fixed position|fixed-positioned|fixed-positioned box" local-lt="fixed">fixed positioning</dfn>
264+
<dfn export dfn lt="fixed position | fixed-positioned | fixed-positioned box" local-lt="fixed">fixed positioning</dfn>
265265
and is considered a subset of [=absolute positioning=].
266266

267267
<div class="example">

0 commit comments

Comments
 (0)