@@ -337,37 +337,6 @@ Introduction</h2>
337337 in other coordinate systems due to transforms [[CSS3-TRANSFORMS]] .
338338 </p>
339339
340- <h3 id="border-box-overflow">Border box overflow</h3>
341-
342- <p class="issue">
343- This concept has been proposed for some uses, such as for
344- determining what the 'outline' property goes around, and
345- as the basis of a coordinate system for specifying clips and masks,
346- but it's not clear if it's needed.
347- </p>
348-
349- <p>
350- The <dfn>border-box overflow</dfn> of a box is the
351- union of the box's border edge and the border edges of
352- the box's descendants.</p>
353- </p>
354-
355- <p class="issue">
356- If needed, define more formally, as for scrollable overflow above.
357- (Maybe even share the definitions in an appropriate way!)
358- </p>
359-
360- <p>
361- The <dfn>border-box overflow region</dfn> is the non-rectangular region
362- occupied by the <a>border-box overflow</a> , and the
363- <dfn>border-box overflow rectangle</dfn> is
364- the minimal rectangle whose axis is aligned to the box's axes
365- and contains the <a>border-box overflow region</a> .
366- Note that the <a>border-box overflow rectangle</a> is a rectangle
367- in the box's coordinate system, but might be non-rectangular
368- in other coordinate systems due to transforms [[CSS3-TRANSFORMS]] .
369- </p>
370-
371340<h2 id="overflow-properties">Overflow properties</h2>
372341
373342 <p>
0 commit comments