Skip to content

Commit 5b8b960

Browse files
committed
[css-overflow-3] Export terms
1 parent 27e96ff commit 5b8b960

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-overflow-3/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Scrolling Overflow</h3>
336336
or by script
337337
(<span class=non-normative>for example, by the {{scrollIntoView()}} or {{focus()}} APIs</span>).
338338
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>.
340340
The [=initial scroll position=]
341341
is typically dependent on the [=scroll container=]’s [=writing mode=],
342342
and, unless otherwise specified,
@@ -345,24 +345,24 @@ Scrolling Overflow</h3>
345345
can be used to change the [=initial scroll position=],
346346
see [[css-align-3#overflow-scroll-position]].
347347

348-
A <dfn>scroll position</dfn> is a particular alignment
348+
A <dfn export>scroll position</dfn> is a particular alignment
349349
of the [=scrollable overflow rectangle=]
350350
within its [=scrollport=].
351-
It is associated with a <dfn>scroll offset</dfn>
351+
It is associated with a <dfn export>scroll offset</dfn>
352352
which is its distance from the [=scroll origin=].
353353

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=],
355355
from which the [=scrollable overflow rectangle=] expands.
356356
Unless otherwise specified,
357357
it is the [=block-start=] [=inline-start=] corner of the [=scrollable overflow rectangle=].
358358
(For example, in a [=flex container=] it is the [=main-start=] [=cross-start=] corner.)
359359
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>:
361361
content rendered here is not accessible to the reader,
362362
see [[#scrollable]].
363363
A [=scroll container=] is said to be scrolled to its [=scroll origin=]
364364
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>,
366366
usually, but not always,
367367
coincides with the [=initial scroll position=].
368368

0 commit comments

Comments
 (0)