@@ -220,7 +220,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
220220 and does not affect the size or position of any other box,
221221 except insofar as it increases the [=scrollable overflow area=] of its ancestors.
222222 This [=positioning scheme=] is called
223- <dfn export dfn lt="relative position|relatively position " local-lt="relative|relatively">relative positioning</dfn> .
223+ <dfn export dfn lt="relative position|relatively-positioned " local-lt="relative|relatively">relative positioning</dfn> .
224224
225225 <dt> <dfn>sticky</dfn>
226226 <dd>
@@ -232,7 +232,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
232232 to try to keep the box in view within its [=containing block=]
233233 as the user scrolls.
234234 This [=positioning scheme=] is called
235- <dfn export dfn lt="sticky position" local-lt="sticky">sticky positioning</dfn> .
235+ <dfn export dfn lt="sticky position|sticky-positioned " local-lt="sticky">sticky positioning</dfn> .
236236
237237 <dt> <dfn>absolute</dfn>
238238 <dd>
@@ -246,7 +246,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
246246 It can overlap in-flow siblings
247247 or other [=absolutely positioned=] elements.
248248 This [=positioning scheme=] is called
249- <dfn export dfn lt="absolute position|absolutely position " local-lt="absolute|absolutely">absolute positioning</dfn> .
249+ <dfn export dfn lt="absolute position|absolutely-positioned " local-lt="absolute|absolutely">absolute positioning</dfn> .
250250
251251 <dt> <dfn>fixed</dfn>
252252 <dd>
@@ -257,7 +257,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
257257 it does not move when the document is scrolled,
258258 and is replicated on every page when it is paginated.
259259 This [=positioning scheme=] is called
260- <dfn export dfn lt="fixed position" local-lt="fixed">fixed positioning</dfn>
260+ <dfn export dfn lt="fixed position|fixed-positioned " local-lt="fixed">fixed positioning</dfn>
261261 and is considered a subset of [=absolute positioning=] .
262262
263263 <div class="example">
0 commit comments