css-overflow/Overview.bs

changeset 15119
812158273d42
parent 15118
3cc923a1e530
child 15120
76428f3c0f35
     1.1 --- a/css-overflow/Overview.bs	Tue Jan 27 16:02:44 2015 -0800
     1.2 +++ b/css-overflow/Overview.bs	Tue Jan 27 16:10:12 2015 -0800
     1.3 @@ -375,38 +375,18 @@
     1.4  		(i.e., overflow from the top and bottom sides of the box) 
     1.5  	</p>
     1.6  
     1.7 -	<table class=propdef>
     1.8 -		<tr>
     1.9 -			<th>Name:
    1.10 -			<td><dfn>overflow-x</dfn>, <dfn>overflow-y</dfn>
    1.11 -		<tr>
    1.12 -			<th>Value:
    1.13 -			<td>visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments
    1.14 -		<tr>
    1.15 -			<th>Initial:
    1.16 -			<td>visible
    1.17 -		<tr>
    1.18 -			<th>Applies to:
    1.19 -			<td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
    1.20 -		<tr>
    1.21 -			<th>Inherited:
    1.22 -			<td>no
    1.23 -		<tr>
    1.24 -			<th>Percentages:
    1.25 -			<td>N/A
    1.26 -		<tr>
    1.27 -			<th>Media:
    1.28 -			<td>visual
    1.29 -		<tr>
    1.30 -			<th>Computed&nbsp;value:
    1.31 -			<td>see below
    1.32 -		<tr>
    1.33 -			<th>Animatable:
    1.34 -			<td>no
    1.35 -		<tr>
    1.36 -			<th>Canonical order:
    1.37 -			<td><abbr title="follows order of property value definition">per grammar</abbr>
    1.38 -	</table>
    1.39 +	<pre class=propdef>
    1.40 +		Name: overflow-x, overflow-y
    1.41 +		Value: visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments
    1.42 +		Initial: visible
    1.43 +		Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
    1.44 +		Inherited: no
    1.45 +		Percentages: N/A
    1.46 +		Media: visual
    1.47 +		Computed value: see below
    1.48 +		Animatable: no
    1.49 +		Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
    1.50 +	</pre>
    1.51  
    1.52  	<p>
    1.53  		The 'overflow' property is a shorthand property
    1.54 @@ -414,38 +394,18 @@
    1.55  		to the value specified for 'overflow'.
    1.56  	</p>
    1.57  
    1.58 -	<table class=propdef>
    1.59 -		<tr>
    1.60 -			<th>Name:
    1.61 -			<td><dfn>overflow</dfn>
    1.62 -		<tr>
    1.63 -			<th>Value:
    1.64 -			<td>visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments
    1.65 -		<tr>
    1.66 -			<th>Initial:
    1.67 -			<td>see individual properties
    1.68 -		<tr>
    1.69 -			<th>Applies to:
    1.70 -			<td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
    1.71 -		<tr>
    1.72 -			<th>Inherited:
    1.73 -			<td>no
    1.74 -		<tr>
    1.75 -			<th>Percentages:
    1.76 -			<td>N/A
    1.77 -		<tr>
    1.78 -			<th>Media:
    1.79 -			<td>visual
    1.80 -		<tr>
    1.81 -			<th>Computed&nbsp;value:
    1.82 -			<td>see individual properties
    1.83 -		<tr>
    1.84 -			<th>Animatable:
    1.85 -			<td>no
    1.86 -		<tr>
    1.87 -			<th>Canonical order:
    1.88 -			<td><abbr title="follows order of property value definition">per grammar</abbr>
    1.89 -	</table>
    1.90 +	<pre class=propdef>
    1.91 +		Name: overflow
    1.92 +		Value: visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments
    1.93 +		Initial: see individual properties
    1.94 +		Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
    1.95 +		Inherited: no
    1.96 +		Percentages: N/A
    1.97 +		Media: visual
    1.98 +		Computed value: see individual properties
    1.99 +		Animatable: no
   1.100 +		Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
   1.101 +	</pre>
   1.102  
   1.103  	<p>The values of these properties are:</p>
   1.104  
   1.105 @@ -1004,38 +964,18 @@
   1.106  		as long as those lines are in the same block formatting context.
   1.107  	</p>
   1.108  
   1.109 -	<table class=propdef>
   1.110 -		<tr>
   1.111 -			<th>Name:
   1.112 -			<td><dfn>max-lines</dfn>
   1.113 -		<tr>
   1.114 -			<th>Value:
   1.115 -			<td>none | &lt;integer&gt;
   1.116 -		<tr>
   1.117 -			<th>Initial:
   1.118 -			<td>none
   1.119 -		<tr>
   1.120 -			<th>Applies to:
   1.121 -			<td>fragment boxes
   1.122 -		<tr>
   1.123 -			<th>Inherited:
   1.124 -			<td>no
   1.125 -		<tr>
   1.126 -			<th>Animatable:
   1.127 -			<td>as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a>
   1.128 -		<tr>
   1.129 -			<th>Percentages:
   1.130 -			<td>N/A
   1.131 -		<tr>
   1.132 -			<th>Media:
   1.133 -			<td>visual
   1.134 -		<tr>
   1.135 -			<th>Computed&nbsp;value:
   1.136 -			<td>specified value
   1.137 -		<tr>
   1.138 -			<th>Canonical order:
   1.139 -			<td><abbr title="follows order of property value definition">per grammar</abbr>
   1.140 -	</table>
   1.141 +	<pre class=propdef>
   1.142 +		Name: max-lines
   1.143 +		Value: none | &lt;integer&gt;
   1.144 +		Initial: none
   1.145 +		Applies to: fragment boxes
   1.146 +		Inherited: no
   1.147 +		Animatable: as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a>
   1.148 +		Percentages: N/A
   1.149 +		Media: visual
   1.150 +		Computed value: specified value
   1.151 +		Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
   1.152 +	</pre>
   1.153  
   1.154  	<dl dfn-for="max-lines" dfn-type="value">
   1.155  		<dt><dfn>none</dfn>

mercurial