@@ -221,7 +221,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
221
221
and does not affect the size or position of any other box,
222
222
except insofar as it increases the [=scrollable overflow area=] of its ancestors.
223
223
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> .
225
225
226
226
<dt> <dfn>sticky</dfn>
227
227
<dd>
@@ -233,7 +233,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
233
233
to try to keep the box in view within its [=containing block=]
234
234
as the user scrolls.
235
235
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> .
237
237
238
238
<dt> <dfn>absolute</dfn>
239
239
<dd>
@@ -250,7 +250,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
250
250
and is included in the [=scrollable overflow area=]
251
251
of the box that generates is [=containing block=] .
252
252
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> .
254
254
255
255
<dt> <dfn>fixed</dfn>
256
256
<dd>
@@ -261,7 +261,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
261
261
it does not move when the document is scrolled,
262
262
and is replicated on every page when it is paginated.
263
263
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>
265
265
and is considered a subset of [=absolute positioning=] .
266
266
267
267
<div class="example">
0 commit comments