Skip to content

Commit e57fe6c

Browse files
committed
[css-overflow-3] Export terms
1 parent d59eeaf commit e57fe6c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-overflow-3/Overview.bs

+9-9
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Introduction</h2>
6868
<h2 id="overflow-concepts">
6969
Types of overflow</h2>
7070

71-
CSS uses the term <dfn>overflow</dfn> to describe
71+
CSS uses the term <dfn export>overflow</dfn> to describe
7272
the contents of a box
7373
that extend outside one of that box's edges
7474
(i.e., its <i>content edge</i>, <i>padding edge</i>,
@@ -103,7 +103,7 @@ Types of overflow</h2>
103103

104104
<h3 id="ink">Ink overflow</h3>
105105

106-
The <dfn>ink overflow</dfn> of a box
106+
The <dfn export>ink overflow</dfn> of a box
107107
is the part of that box and its contents that
108108
creates a visual effect outside of
109109
the box's border box.
@@ -124,9 +124,9 @@ Types of overflow</h2>
124124
do not define what visual extent they cover, the extent
125125
of the <a>ink overflow</a> is undefined.
126126

127-
The <dfn>ink overflow region</dfn> is the non-rectangular area
127+
The <dfn export>ink overflow region</dfn> is the non-rectangular area
128128
occupied by the <a>ink overflow</a>, and the
129-
<dfn>ink overflow rectangle</dfn> is
129+
<dfn export>ink overflow rectangle</dfn> is
130130
the minimal rectangle whose axis is aligned to the box's axes
131131
and contains the <a>ink overflow region</a>.
132132
Note that the <a>ink overflow rectangle</a> is a rectangle
@@ -137,13 +137,13 @@ Types of overflow</h2>
137137
<h3 id="scrollable">
138138
Scrollable overflow</h3>
139139

140-
The <dfn>scrollable overflow</dfn> of a box is the
140+
The <dfn export>scrollable overflow</dfn> of a box is the
141141
set of things extending outside of that box's padding edge
142142
for which a scrolling mechanism needs to be provided.
143143

144-
The <dfn>scrollable overflow region</dfn> is the non-rectangular region
144+
The <dfn export>scrollable overflow region</dfn> is the non-rectangular region
145145
occupied by the <a>scrollable overflow</a>, and the
146-
<dfn>scrollable overflow rectangle</dfn> is
146+
<dfn export>scrollable overflow rectangle</dfn> is
147147
the minimal rectangle whose axis is aligned to the box's axes
148148
and contains the <a>scrollable overflow region</a>.
149149

@@ -287,7 +287,7 @@ Scrollable Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</
287287
(including any <a>ink overflow</a>)
288288
is clipped to its padding edge,
289289
and if so,
290-
whether it is a <dfn>scrollable box</dfn>
290+
whether it is a <dfn export>scrollable box</dfn>
291291
that allows the user to scroll clipped parts of its <a>scrollable overflow region</a>
292292
into view.
293293

@@ -448,7 +448,7 @@ Scrollbars and Layout</h3>
448448
<h3 id="scrolling-direction">
449449
Scrolling Origin, Direction, and Restriction</h3>
450450

451-
The <dfn>initial scroll position</dfn>,
451+
The <dfn export>initial scroll position</dfn>,
452452
that is, the initial position of
453453
the box’s <a>scrollable overflow region</a>
454454
with respect to its border box,

0 commit comments

Comments
 (0)