css-overflow/Overview.src.html

changeset 9865
625d8c1b183a
parent 9850
0cd153c3469c
child 9966
ecc3593f6bc6
     1.1 --- a/css-overflow/Overview.src.html	Tue Jan 28 11:40:02 2014 -0800
     1.2 +++ b/css-overflow/Overview.src.html	Tue Jan 28 13:21:36 2014 -0800
     1.3 @@ -313,6 +313,14 @@
     1.4  		for which a scrolling mechanism needs to be provided.
     1.5  	</p>
     1.6  
     1.7 +	<p class="issue">
     1.8 +		The following definition should be rewritten to use
     1.9 +		the concept of <a href="http://dev.w3.org/csswg/css-transforms/#3d-rendering-context">3D rendering context</a> [[!CSS3-TRANSFORMS]]
    1.10 +		and related terms,
    1.11 +		particularly once those concepts stabilize following changes
    1.12 +		proposed in the CSS WG meeting on the morning of 2014-01-28.
    1.13 +	</p>
    1.14 +
    1.15  	<p>
    1.16  		Given the following definitions
    1.17  		<span class="issue">which belong in [[CSS3-TRANSFORMS]]</span>:
    1.18 @@ -321,7 +329,7 @@
    1.19  	<dl>
    1.20  		<dt><dfn>3d-preserving child</dfn></dt>
    1.21  		<dd>
    1.22 -			A child box C of a parent box P is a 3d-preserving
    1.23 +			A child box B of a containing block C is a 3d-preserving
    1.24  			child if it has ''transform-style: preserve-3d''
    1.25  			and the user-agent is not required to flatten it
    1.26  			based on the <a href="http://www.w3.org/TR/css3-transforms/#transform-style-property">requirements</a> in [[!CSS3-TRANSFORMS]].
    1.27 @@ -335,7 +343,7 @@
    1.28  		<dd>
    1.29  			Box D is a 3d-preserving descendant of box A if A is
    1.30  			an ancestor of D, and D and all of the boxes (if any)
    1.31 -			in the ancestor chain from D to A
    1.32 +			in the containing block chain from D to A
    1.33  			are <i>3d-preserving child</i> boxes.
    1.34  		</dd>
    1.35  	</dl>

mercurial