On Sun, 2 Sep 2018, Gerald Pfeifer wrote: > ...by stripping use of some obsolete features and adding missing > table cells (<td></td>).
Thinking about it again, this centers the tables as I just did with gcc-3.1/criteria.html. Applied. Gerald Index: gcc-3.0/criteria.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v retrieving revision 1.35 diff -u -r1.35 criteria.html --- gcc-3.0/criteria.html 2 Sep 2018 16:56:44 -0000 1.35 +++ gcc-3.0/criteria.html 9 Sep 2018 10:29:10 -0000 @@ -113,7 +113,7 @@ systems and the most popular microprocessors. Of course, where possible, the release will support other targets as well.</p> -<table> +<table class="center"> <caption>Primary Evaluation Platforms</caption> <tr><th>Chip</th> <th>OS</th> <th>Triplet</th></tr> <tr><td>Alpha</td> <td>Red Hat Linux 6.2</td> <td></td></tr> @@ -150,7 +150,7 @@ team, will make reasonable efforts to assist these volunteers by answering questions and reviewing patches as time permits.</p> -<table> +<table class="center"> <caption>Secondary Evaluation Platforms</caption> <tr><th>Chip</th> <th>OS</th> <th>Triplet</th> <th>Tester</th></tr> @@ -218,7 +218,7 @@ and high-level code, of numerical and logical programs, and of different programming languages.</p> -<table> +<table class="center"> <caption>Integration Tests</caption> <tr><th>Name</th> <th>Language</th> @@ -296,7 +296,7 @@ previous releases. Therefore, we will use the following benchmarks for measuring code quality:</p> -<table> +<table class="center"> <tr><th>Name</th> <th>Language</th> <th>Source URL</th> @@ -346,7 +346,8 @@ <p>In order to measure compile-time performance, we will use the following unit tests:</p> -<table> + +<table class="center"> <tr><th>Name</th> <th>Language</th> <th>Source</th>