[css-overflow] Remove border-box overflow per WG resolution

Mon, 21 Mar 2016 13:27:15 -0400

author
fantasai <[email protected]>
date
Mon, 21 Mar 2016 13:27:15 -0400
changeset 17268
737da05ea38b
parent 17267
398d30b81c76
child 17269
7b1adfd5dc28

[css-overflow] Remove border-box overflow per WG resolution

css-overflow/Overview.bs file | annotate | diff | comparison | revisions
     1.1 --- a/css-overflow/Overview.bs	Mon Mar 21 13:24:45 2016 -0400
     1.2 +++ b/css-overflow/Overview.bs	Mon Mar 21 13:27:15 2016 -0400
     1.3 @@ -337,37 +337,6 @@
     1.4  		in other coordinate systems due to transforms [[CSS3-TRANSFORMS]].
     1.5  	</p>
     1.6  
     1.7 -<h3 id="border-box-overflow">Border box overflow</h3>
     1.8 -
     1.9 -	<p class="issue">
    1.10 -		This concept has been proposed for some uses, such as for
    1.11 -		determining what the 'outline' property goes around, and
    1.12 -		as the basis of a coordinate system for specifying clips and masks,
    1.13 -		but it's not clear if it's needed.
    1.14 -	</p>
    1.15 -
    1.16 -	<p>
    1.17 -		The <dfn>border-box overflow</dfn> of a box is the
    1.18 -		union of the box's border edge and the border edges of
    1.19 -		the box's descendants.</p>
    1.20 -	</p>
    1.21 -
    1.22 -	<p class="issue">
    1.23 -		If needed, define more formally, as for scrollable overflow above.
    1.24 -		(Maybe even share the definitions in an appropriate way!)
    1.25 -	</p>
    1.26 -
    1.27 -	<p>
    1.28 -		The <dfn>border-box overflow region</dfn> is the non-rectangular region
    1.29 -		occupied by the <a>border-box overflow</a>, and the
    1.30 -		<dfn>border-box overflow rectangle</dfn> is
    1.31 -		the minimal rectangle whose axis is aligned to the box's axes
    1.32 -		and contains the <a>border-box overflow region</a>.
    1.33 -		Note that the <a>border-box overflow rectangle</a> is a rectangle
    1.34 -		in the box's coordinate system, but might be non-rectangular
    1.35 -		in other coordinate systems due to transforms [[CSS3-TRANSFORMS]].
    1.36 -	</p>
    1.37 -
    1.38  <h2 id="overflow-properties">Overflow properties</h2>
    1.39  
    1.40  	<p>

mercurial