@@ -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