On Sun, 2 Sep 2018, Gerald Pfeifer wrote: > Committed. Actually there still was one warning, though technically not a validation error.
Fixed thusly, using CSS and using <th> instead of <td><b> on the way, so improving this even beyond that. Gerald Index: projects/tree-ssa/vectorization.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v retrieving revision 1.40 diff -u -r1.40 vectorization.html --- projects/tree-ssa/vectorization.html 2 Sep 2018 20:38:15 -0000 1.40 +++ projects/tree-ssa/vectorization.html 11 Sep 2018 19:38:31 -0000 @@ -1638,14 +1638,14 @@ </li> </ul> - <table border="1"> + <table class="border"> <tbody> <tr> - <td class="width33"><b>vectorization driver</b></td> + <th class="width33">vectorization driver</th> - <td class="width33"><b>basic vectorizer</b></td> + <th class="width33">basic vectorizer</th> - <td class="width33"><b>enhancements</b></td> + <th class="width33">enhancements</th> </tr> <tr class="top">