diff mbox series

[wwwdocs] gcc-3.3/criteria.html - simplify

Message ID alpine.LSU.2.21.1809022339280.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] gcc-3.3/criteria.html - simplify | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 9:41 p.m. UTC
Similar changes as for gcc-3.4/criteria.html, now HTML 5.

Committed.

Gerald

Comments

Gerald Pfeifer Sept. 9, 2018, 7:36 p.m. UTC | #1
On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> Similar changes as for gcc-3.4/criteria.html, now HTML 5.

And similar to what I did with gcc-3.1/criteria.html earlier today,
now again with centered tables (and avoiding the border="1" attribute).

Committed.

Gerald

Index: gcc-3.3/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.16
diff -u -r1.16 criteria.html
--- gcc-3.3/criteria.html	2 Sep 2018 21:41:07 -0000	1.16
+++ gcc-3.3/criteria.html	9 Sep 2018 18:43:25 -0000
@@ -64,7 +64,7 @@
 systems and the most popular microprocessors.  Of course, where
 possible, the release will support other targets as well.</p>
 
-<table 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 border="1">
+<table class="center">
 <caption>Secondary Evaluation Platforms</caption>
 <tr><th>Chip</th>     <th>OS</th>
                       <th>Triplet</th>
@@ -200,7 +200,7 @@
 to general information about a package and a source URL.  Versions
 shown here are used for GCC 3.3 integration testing.</p>
 
-<table border="1">
+<table class="center">
 <caption>Integration Tests</caption>
 <tr><th>Name</th>
     <th>Language</th>
@@ -313,7 +313,7 @@
 Therefore, we will use the following benchmarks for measuring code
 quality:</p>
 
-<table border="1">
+<table class="center">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Source URL</th>
@@ -356,7 +356,8 @@
 
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
-<table border="1">
+
+<table class="center">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Source</th>
diff mbox series

Patch

Index: gcc-3.3/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.15
diff -u -r1.15 criteria.html
--- gcc-3.3/criteria.html	1 Sep 2018 23:42:03 -0000	1.15
+++ gcc-3.3/criteria.html	2 Sep 2018 21:39:48 -0000
@@ -64,7 +64,7 @@ 
 systems and the most popular microprocessors.  Of course, where
 possible, the release will support other targets as well.</p>
 
-<table align="center" border="1">
+<table border="1">
 <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 align="center" border="1">
+<table border="1">
 <caption>Secondary Evaluation Platforms</caption>
 <tr><th>Chip</th>     <th>OS</th>
                       <th>Triplet</th>
@@ -200,7 +200,7 @@ 
 to general information about a package and a source URL.  Versions
 shown here are used for GCC 3.3 integration testing.</p>
 
-<table align="center" border="1">
+<table border="1">
 <caption>Integration Tests</caption>
 <tr><th>Name</th>
     <th>Language</th>
@@ -313,7 +313,7 @@ 
 Therefore, we will use the following benchmarks for measuring code
 quality:</p>
 
-<table align="center" border="1">
+<table border="1">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Source URL</th>
@@ -356,7 +356,7 @@ 
 
 <p>In order to measure compile-time performance, we will use the
 following unit tests:</p>
-<table align="center" border="1">
+<table border="1">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Source</th>