[css3-overflow] Reorder text describing shorthand property and describe the longhand properties.

Mon, 25 Mar 2013 16:28:16 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 25 Mar 2013 16:28:16 -0700
changeset 7814
cbf03a5f6dba
parent 7813
2945b61850d0
child 7815
245f372ad452

[css3-overflow] Reorder text describing shorthand property and describe the longhand properties.

css3-overflow/Overview.html file | annotate | diff | comparison | revisions
css3-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-overflow/Overview.html	Mon Mar 25 16:22:51 2013 -0700
     1.2 +++ b/css3-overflow/Overview.html	Mon Mar 25 16:28:16 2013 -0700
     1.3 @@ -364,6 +364,13 @@
     1.4  
     1.5    <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
     1.6  
     1.7 +  <p> The ‘<a href="#overflow-x"><code class=css>overflow-x</code></a>’
     1.8 +   property specifies the handling of overflow in the horizontal direction
     1.9 +   (i.e., overflow from the left and right sides of the box), and the ‘<a
    1.10 +   href="#overflow-y"><code class=css>overflow-y</code></a>’ property
    1.11 +   specifies the handling of overflow in the vertical direction (i.e.,
    1.12 +   overflow from the top and bottom sides of the box)
    1.13 +
    1.14    <table class=propdef>
    1.15     <tbody>
    1.16      <tr>
    1.17 @@ -423,6 +430,13 @@
    1.18        grammar</abbr>
    1.19    </table>
    1.20  
    1.21 +  <p> The ‘<a href="#overflow"><code class=property>overflow</code></a>’
    1.22 +   property is a shorthand property that sets the specified values of both
    1.23 +   ‘<a href="#overflow-x"><code class=property>overflow-x</code></a>’ and
    1.24 +   ‘<a href="#overflow-y"><code class=property>overflow-y</code></a>’ to
    1.25 +   the value specified for ‘<a href="#overflow"><code
    1.26 +   class=property>overflow</code></a>’.
    1.27 +
    1.28    <table class=propdef>
    1.29     <tbody>
    1.30      <tr>
    1.31 @@ -512,13 +526,6 @@
    1.32      href="#fragment-overflow">fragment overflow</a>.
    1.33    </dl>
    1.34  
    1.35 -  <p> The ‘<a href="#overflow"><code class=property>overflow</code></a>’
    1.36 -   property is a shorthand property that sets the specified values of both
    1.37 -   ‘<a href="#overflow-x"><code class=property>overflow-x</code></a>’ and
    1.38 -   ‘<a href="#overflow-y"><code class=property>overflow-y</code></a>’ to
    1.39 -   the value specified for ‘<a href="#overflow"><code
    1.40 -   class=property>overflow</code></a>’.
    1.41 -
    1.42    <div id=overflow-computed-values>
    1.43     <p>The computed values of ‘<a href="#overflow-x"><code
    1.44      class=property>overflow-x</code></a>’ and ‘<a
     2.1 --- a/css3-overflow/Overview.src.html	Mon Mar 25 16:22:51 2013 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Mon Mar 25 16:28:16 2013 -0700
     2.3 @@ -239,6 +239,15 @@
     2.4  
     2.5  <h2 id="overflow-properties">Overflow properties</h2>
     2.6  
     2.7 +	<p>
     2.8 +		The ''overflow-x'' property specifies
     2.9 +		the handling of overflow in the horizontal direction
    2.10 +		(i.e., overflow from the left and right sides of the box),
    2.11 +		and the ''overflow-y'' property specifies the handling
    2.12 +		of overflow in the vertical direction
    2.13 +		(i.e., overflow from the top and bottom sides of the box) 
    2.14 +	</p>
    2.15 +
    2.16  	<table class=propdef>
    2.17  		<tr>
    2.18  			<th>Name:
    2.19 @@ -272,6 +281,12 @@
    2.20  			<td><abbr title="follows order of property value definition">per grammar</abbr>
    2.21  	</table>
    2.22  
    2.23 +	<p>
    2.24 +		The 'overflow' property is a shorthand property
    2.25 +		that sets the specified values of both 'overflow-x' and 'overflow-y'
    2.26 +		to the value specified for 'overflow'.
    2.27 +	</p>
    2.28 +
    2.29  	<table class=propdef>
    2.30  		<tr>
    2.31  			<th>Name:
    2.32 @@ -334,12 +349,6 @@
    2.33  		</dd>
    2.34  	</dl>
    2.35  
    2.36 -	<p>
    2.37 -		The 'overflow' property is a shorthand property
    2.38 -		that sets the specified values of both 'overflow-x' and 'overflow-y'
    2.39 -		to the value specified for 'overflow'.
    2.40 -	</p>
    2.41 -
    2.42  	<div id="overflow-computed-values">
    2.43  		<p>The computed values of 'overflow-x' and 'overflow-y'
    2.44  		are determined from the cascaded values [[!CSS3CASCADE]]

mercurial