Reorder property template to satisfy stricter preprocessor.

Thu, 16 Aug 2012 14:24:22 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 16 Aug 2012 14:24:22 -0700
changeset 6482
dd34855b9279
parent 6481
2982b7c71c57
child 6483
ce35838cba90

Reorder property template to satisfy stricter preprocessor.

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 Aug 06 19:58:48 2012 -0700
     1.2 +++ b/css3-overflow/Overview.html	Thu Aug 16 14:24:22 2012 -0700
     1.3 @@ -116,13 +116,13 @@
     1.4  
     1.5     <h1>CSS Region Styling Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 August 2012</h2>
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2012</h2>
     1.9  
    1.10     <dl>
    1.11      <dt>This version:
    1.12  
    1.13      <dd><a
    1.14 -     href="http://www.w3.org/TR/2012/ED-css3-region-styling-20120807/">http://www.w3.org/TR/2012/ED-css3-region-styling-20120807/</a>
    1.15 +     href="http://www.w3.org/TR/2012/ED-css3-region-styling-20120816/">http://www.w3.org/TR/2012/ED-css3-region-styling-20120816/</a>
    1.16       
    1.17  
    1.18      <dt>Latest version:
    1.19 @@ -755,6 +755,13 @@
    1.20       <td>no
    1.21  
    1.22      <tr>
    1.23 +     <th>Animatable:
    1.24 +
    1.25 +     <td>as <a
    1.26 +      href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a>
    1.27 +      
    1.28 +
    1.29 +    <tr>
    1.30       <th>Percentages:
    1.31  
    1.32       <td>N/A
    1.33 @@ -770,13 +777,6 @@
    1.34       <td>specified value
    1.35  
    1.36      <tr>
    1.37 -     <th>Animatable:
    1.38 -
    1.39 -     <td>as <a
    1.40 -      href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a>
    1.41 -      
    1.42 -
    1.43 -    <tr>
    1.44       <th>Canonical order:
    1.45  
    1.46       <td><abbr title="follows order of property value definition">per
     2.1 --- a/css3-overflow/Overview.src.html	Mon Aug 06 19:58:48 2012 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Thu Aug 16 14:24:22 2012 -0700
     2.3 @@ -614,6 +614,9 @@
     2.4  			<th>Inherited:
     2.5  			<td>no
     2.6  		<tr>
     2.7 +			<th>Animatable:
     2.8 +			<td>as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a>
     2.9 +		<tr>
    2.10  			<th>Percentages:
    2.11  			<td>N/A
    2.12  		<tr>
    2.13 @@ -623,9 +626,6 @@
    2.14  			<th>Computed&nbsp;value:
    2.15  			<td>specified value
    2.16  		<tr>
    2.17 -			<th>Animatable:
    2.18 -			<td>as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a>
    2.19 -		<tr>
    2.20  			<th>Canonical order:
    2.21  			<td><abbr title="follows order of property value definition">per grammar</abbr>
    2.22  	</table>

mercurial