@@ -150,7 +150,7 @@ Types of Overflow</h2>
150150 creates a visual effect outside of
151151 the box's border box.
152152 Ink overflow is the overflow of painting effects defined to not affect layout
153- or otherwise extend the <a>scrollable overflow region </a> ,
153+ or otherwise extend the <a>scrollable overflow area </a> ,
154154 such as <a href="https://www.w3.org/TR/css-backgrounds/#box-shadow">box shadows</a> ,
155155 <a href="">border images</a> ,
156156 <a href="https://www.w3.org/TR/css-text-decor-3/">text decoration</a> ,
@@ -165,12 +165,12 @@ Types of Overflow</h2>
165165 do not define what visual extent they cover, the extent
166166 of the <a>ink overflow</a> is undefined.
167167
168- The <dfn export> ink overflow region</dfn> is the non-rectangular area
168+ The <dfn export lt=" ink overflow region | ink overflow area">ink overflow area </dfn> is the non-rectangular area
169169 occupied by the <a>ink overflow</a>
170170 of a box and its contents,
171171 and the <dfn export>ink overflow rectangle</dfn> is
172172 the minimal rectangle whose axes are aligned to the box's axes
173- and that contains the <a>ink overflow region </a> .
173+ and that contains the <a>ink overflow area </a> .
174174 Note that the <a>ink overflow rectangle</a> is a rectangle
175175 in the box's coordinate system, but might be non-rectangular
176176 in other coordinate systems due to transforms. [[CSS3-TRANSFORMS]]
@@ -183,13 +183,13 @@ Scrollable Overflow</h3>
183183 set of things extending outside of that box's padding edge
184184 for which a scrolling mechanism needs to be provided.
185185
186- The <dfn export> scrollable overflow region</dfn> is the non-rectangular region
186+ The <dfn export lt=" scrollable overflow region | scrollable overflow area">scrollable overflow area </dfn> is the non-rectangular region
187187 occupied by the <a>scrollable overflow</a> , and the
188188 <dfn export>scrollable overflow rectangle</dfn> is
189189 the minimal rectangle whose axes are aligned to the box's axes
190- and that contains the <a>scrollable overflow region </a> .
190+ and that contains the <a>scrollable overflow area </a> .
191191
192- The <a>scrollable overflow region </a> is the union of:
192+ The <a>scrollable overflow area </a> is the union of:
193193 <ul>
194194 <li>
195195 the box’s own content and padding areas
@@ -234,7 +234,7 @@ Scrollable Overflow</h3>
234234 sufficiently accurate?
235235
236236 <li>
237- the <a>scrollable overflow regions </a> of all of the above boxes
237+ the <a>scrollable overflow areas </a> of all of the above boxes
238238 (accounting for transforms as described above),
239239 provided they themselves have ''overflow: visible''
240240 (i.e. do not themselves trap the overflow)
@@ -246,7 +246,7 @@ Scrollable Overflow</h3>
246246 which would mean that scrollable overflow, while invisible, would still be scrollable.
247247
248248 Note: The 'mask-*' properties [[!CSS-MASKING-1]]
249- do not affect the <a>scrollable overflow region </a> .
249+ do not affect the <a>scrollable overflow area </a> .
250250
251251 Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path' .
252252
@@ -317,10 +317,10 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
317317 is clipped to its padding edge,
318318 and if so,
319319 whether it is a <dfn export>scroll container</dfn>
320- that allows the user to scroll clipped parts of its <a>scrollable overflow region </a>
320+ that allows the user to scroll clipped parts of its <a>scrollable overflow area </a>
321321 into view.
322322 The visual viewport of the <a>scroll container</a>
323- (through which the <a>scrollable overflow region </a> can be viewed)
323+ (through which the <a>scrollable overflow area </a> can be viewed)
324324 coincides with its padding box,
325325 and is called the <dfn export>scrollport</dfn> .
326326
@@ -468,7 +468,7 @@ Scrolling Origin, Direction, and Restriction</h3>
468468
469469 The <dfn export>initial scroll position</dfn> ,
470470 that is, the initial position of
471- the box’s <a>scrollable overflow region </a>
471+ the box’s <a>scrollable overflow area </a>
472472 with respect to its border box,
473473 prior to any user or programmatic scrolling that changes it,
474474 is dependent on the box’s <a>writing mode</a> ,
@@ -480,7 +480,7 @@ Scrolling Origin, Direction, and Restriction</h3>
480480
481481 Due to Web-compatibility constraints
482482 (caused by authors exploiting legacy bugs to surreptitiously hide content from visual readers but not search engines and/or speech output),
483- UAs must clip the <a>scrollable overflow region </a>
483+ UAs must clip the <a>scrollable overflow area </a>
484484 of <a>scroll containers</a>
485485 on the <a>block-start</a> and </a> inline-start</a> sides of the box
486486 (thereby behaving as if they had no <a>scrollable overflow</a> on that side).
0 commit comments