css3-overflow/Overview.src.html

changeset 7814
cbf03a5f6dba
parent 7813
2945b61850d0
child 7815
245f372ad452
     1.1 --- a/css3-overflow/Overview.src.html	Mon Mar 25 16:22:51 2013 -0700
     1.2 +++ b/css3-overflow/Overview.src.html	Mon Mar 25 16:28:16 2013 -0700
     1.3 @@ -239,6 +239,15 @@
     1.4  
     1.5  <h2 id="overflow-properties">Overflow properties</h2>
     1.6  
     1.7 +	<p>
     1.8 +		The ''overflow-x'' property specifies
     1.9 +		the handling of overflow in the horizontal direction
    1.10 +		(i.e., overflow from the left and right sides of the box),
    1.11 +		and the ''overflow-y'' property specifies the handling
    1.12 +		of overflow in the vertical direction
    1.13 +		(i.e., overflow from the top and bottom sides of the box) 
    1.14 +	</p>
    1.15 +
    1.16  	<table class=propdef>
    1.17  		<tr>
    1.18  			<th>Name:
    1.19 @@ -272,6 +281,12 @@
    1.20  			<td><abbr title="follows order of property value definition">per grammar</abbr>
    1.21  	</table>
    1.22  
    1.23 +	<p>
    1.24 +		The 'overflow' property is a shorthand property
    1.25 +		that sets the specified values of both 'overflow-x' and 'overflow-y'
    1.26 +		to the value specified for 'overflow'.
    1.27 +	</p>
    1.28 +
    1.29  	<table class=propdef>
    1.30  		<tr>
    1.31  			<th>Name:
    1.32 @@ -334,12 +349,6 @@
    1.33  		</dd>
    1.34  	</dl>
    1.35  
    1.36 -	<p>
    1.37 -		The 'overflow' property is a shorthand property
    1.38 -		that sets the specified values of both 'overflow-x' and 'overflow-y'
    1.39 -		to the value specified for 'overflow'.
    1.40 -	</p>
    1.41 -
    1.42  	<div id="overflow-computed-values">
    1.43  		<p>The computed values of 'overflow-x' and 'overflow-y'
    1.44  		are determined from the cascaded values [[!CSS3CASCADE]]

mercurial