On Sun, 9 Sep 2018, Gerald Pfeifer wrote: > This was the last regular page (outside our main page, where I also > nearly completed the conversion) that wasn't HTML 5 but used deprecated > elements.
There were still some warnings, and to avoid those and bring this page in line with its brethren (gcc-3.0/criteria.html to gcc-3.4/criteria.html) I applied the patch below. Gerald Remove the border="1" attribute from tables to make this fully HTML 5 (validating without warnings) and aligned with similar pages. Index: gcc-3.1/criteria.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/criteria.html,v retrieving revision 1.40 diff -u -r1.40 criteria.html --- gcc-3.1/criteria.html 9 Sep 2018 10:25:43 -0000 1.40 +++ gcc-3.1/criteria.html 23 Sep 2018 12:06:34 -0000 @@ -70,7 +70,7 @@ systems and the most popular microprocessors. Of course, where possible, the release will support other targets as well.</p> -<table class="center" border="1"> +<table class="center"> <caption>Primary Evaluation Platforms</caption> <tr><th>Chip</th> <th>OS</th> <th>Triplet</th> @@ -123,7 +123,7 @@ team, will make reasonable efforts to assist these volunteers by answering questions and reviewing patches as time permits.</p> -<table class="center" border="1"> +<table class="center"> <caption>Secondary Evaluation Platforms</caption> <tr><th>Chip</th> <th>OS</th> <th>Triplet</th> @@ -197,7 +197,7 @@ to general information about a package and a source URL. Versions shown here are used for GCC 3.1 integration testing.</p> -<table class="center" border="1"> +<table class="center"> <caption>Integration Tests</caption> <tr><th>Name</th> <th>Language</th> @@ -309,7 +309,7 @@ Therefore, we will use the following benchmarks for measuring code quality:</p> -<table class="center" border="1"> +<table class="center"> <tr><th>Name</th> <th>Language</th> <th>Source URL</th> @@ -351,7 +351,7 @@ <p>In order to measure compile-time performance, we will use the following unit tests:</p> -<table class="center" border="1"> +<table class="center"> <tr><th>Name</th> <th>Language</th> <th>Source</th>