@@ -68,7 +68,7 @@ Introduction</h2>
68
68
<h2 id="overflow-concepts">
69
69
Types of overflow</h2>
70
70
71
- CSS uses the term <dfn>overflow</dfn> to describe
71
+ CSS uses the term <dfn export >overflow</dfn> to describe
72
72
the contents of a box
73
73
that extend outside one of that box's edges
74
74
(i.e., its <i> content edge</i> , <i> padding edge</i> ,
@@ -103,7 +103,7 @@ Types of overflow</h2>
103
103
104
104
<h3 id="ink">Ink overflow</h3>
105
105
106
- The <dfn>ink overflow</dfn> of a box
106
+ The <dfn export >ink overflow</dfn> of a box
107
107
is the part of that box and its contents that
108
108
creates a visual effect outside of
109
109
the box's border box.
@@ -124,9 +124,9 @@ Types of overflow</h2>
124
124
do not define what visual extent they cover, the extent
125
125
of the <a>ink overflow</a> is undefined.
126
126
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
128
128
occupied by the <a>ink overflow</a> , and the
129
- <dfn>ink overflow rectangle</dfn> is
129
+ <dfn export >ink overflow rectangle</dfn> is
130
130
the minimal rectangle whose axis is aligned to the box's axes
131
131
and contains the <a>ink overflow region</a> .
132
132
Note that the <a>ink overflow rectangle</a> is a rectangle
@@ -137,13 +137,13 @@ Types of overflow</h2>
137
137
<h3 id="scrollable">
138
138
Scrollable overflow</h3>
139
139
140
- The <dfn>scrollable overflow</dfn> of a box is the
140
+ The <dfn export >scrollable overflow</dfn> of a box is the
141
141
set of things extending outside of that box's padding edge
142
142
for which a scrolling mechanism needs to be provided.
143
143
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
145
145
occupied by the <a>scrollable overflow</a> , and the
146
- <dfn>scrollable overflow rectangle</dfn> is
146
+ <dfn export >scrollable overflow rectangle</dfn> is
147
147
the minimal rectangle whose axis is aligned to the box's axes
148
148
and contains the <a>scrollable overflow region</a> .
149
149
@@ -287,7 +287,7 @@ Scrollable Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</
287
287
(including any <a>ink overflow</a> )
288
288
is clipped to its padding edge,
289
289
and if so,
290
- whether it is a <dfn>scrollable box</dfn>
290
+ whether it is a <dfn export >scrollable box</dfn>
291
291
that allows the user to scroll clipped parts of its <a>scrollable overflow region</a>
292
292
into view.
293
293
@@ -448,7 +448,7 @@ Scrollbars and Layout</h3>
448
448
<h3 id="scrolling-direction">
449
449
Scrolling Origin, Direction, and Restriction</h3>
450
450
451
- The <dfn>initial scroll position</dfn> ,
451
+ The <dfn export >initial scroll position</dfn> ,
452
452
that is, the initial position of
453
453
the box’s <a>scrollable overflow region</a>
454
454
with respect to its border box,
0 commit comments