@@ -336,7 +336,7 @@ Scrolling Overflow</h3>
336
336
or by script
337
337
(<span class=non-normative> for example, by the {{scrollIntoView()}} or {{focus()}} APIs</span> ).
338
338
The initial position of the [=scrollable overflow rectangle=] within the [=scrollport=]
339
- before any scrolling operations take effect is the <dfn>initial scroll position</dfn> .
339
+ before any scrolling operations take effect is the <dfn export >initial scroll position</dfn> .
340
340
The [=initial scroll position=]
341
341
is typically dependent on the [=scroll container=] ’s [=writing mode=] ,
342
342
and, unless otherwise specified,
@@ -345,24 +345,24 @@ Scrolling Overflow</h3>
345
345
can be used to change the [=initial scroll position=] ,
346
346
see [[css-align-3#overflow-scroll-position]] .
347
347
348
- A <dfn>scroll position</dfn> is a particular alignment
348
+ A <dfn export >scroll position</dfn> is a particular alignment
349
349
of the [=scrollable overflow rectangle=]
350
350
within its [=scrollport=] .
351
- It is associated with a <dfn>scroll offset</dfn>
351
+ It is associated with a <dfn export >scroll offset</dfn>
352
352
which is its distance from the [=scroll origin=] .
353
353
354
- The <dfn>scroll origin</dfn> is the anchor coordinate of the [=scrollable overflow rectangle=] ,
354
+ The <dfn export >scroll origin</dfn> is the anchor coordinate of the [=scrollable overflow rectangle=] ,
355
355
from which the [=scrollable overflow rectangle=] expands.
356
356
Unless otherwise specified,
357
357
it is the [=block-start=] [=inline-start=] corner of the [=scrollable overflow rectangle=] .
358
358
(For example, in a [=flex container=] it is the [=main-start=] [=cross-start=] corner.)
359
359
The area beyond the [=scroll origin=] in either axis
360
- is considered the <dfn>negative scrollable overflow region</dfn> :
360
+ is considered the <dfn export >negative scrollable overflow region</dfn> :
361
361
content rendered here is not accessible to the reader,
362
362
see [[#scrollable]] .
363
363
A [=scroll container=] is said to be scrolled to its [=scroll origin=]
364
364
when its [=scroll origin=] coincides with the corresponding corner of its [=scrollport=] .
365
- This [=scroll position=] , the <dfn>scroll origin position</dfn> ,
365
+ This [=scroll position=] , the <dfn export >scroll origin position</dfn> ,
366
366
usually, but not always,
367
367
coincides with the [=initial scroll position=] .
368
368
0 commit comments