diff mbox series

[wwwdocs] projects/tree-ssa/vectorization.html - complete conversion to CSS and HTML 5

Message ID alpine.LSU.2.21.1809022236320.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] projects/tree-ssa/vectorization.html - complete conversion to CSS and HTML 5 | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 8:38 p.m. UTC
Committed.

Gerald

Comments

Gerald Pfeifer Sept. 11, 2018, 7:40 p.m. UTC | #1
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">
diff mbox series

Patch

Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.60
diff -u -r1.60 gcc.css
--- gcc.css	2 Sep 2018 17:24:50 -0000	1.60
+++ gcc.css	2 Sep 2018 20:36:32 -0000
@@ -20,6 +20,8 @@ 
 .center   { text-align:center; }
 .top      { vertical-align:top; }
 
+.width33  { width:33%; }
+
 .no-margin-top { margin-top:0; }
 .twocolumns { column-counts:2; -moz-column-count:2; }
 .imgleft { margin: 5px 20px; float: left; }
Index: projects/tree-ssa/vectorization.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v
retrieving revision 1.39
diff -u -r1.39 vectorization.html
--- projects/tree-ssa/vectorization.html	2 Sep 2018 12:05:16 -0000	1.39
+++ projects/tree-ssa/vectorization.html	2 Sep 2018 20:36:33 -0000
@@ -1638,17 +1638,17 @@ 
         </li>
     </ul>
 
-    <table width="98%" border="1">
+    <table border="1">
         <tbody>
-            <tr valign="top">
-                <td width="33%"><b>vectorization driver</b></td>
+            <tr>
+                <td class="width33"><b>vectorization driver</b></td>
 
-                <td width="33%"><b>basic vectorizer</b></td>
+                <td class="width33"><b>basic vectorizer</b></td>
 
-                <td width="33%"><b>enhancements</b></td>
+                <td class="width33"><b>enhancements</b></td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <code>analyze_loop_CFG(loop)</code>
 
@@ -1698,7 +1698,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p>
                     <code>analyze_loop_index_and_bound(loop)</code></p>
@@ -1736,7 +1736,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p><code>analyze_loop_stmts(loop-stmts)</code></p>
 
@@ -1781,7 +1781,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p>
                     <code>analyze_access_pattern(loop-mem-refs)</code></p>
@@ -1818,7 +1818,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p>
                     <code>analyze_alignment(loop-mem-refs)</code></p>
@@ -1847,7 +1847,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p>
                     <code>analyze_loop_carried_dependences(loop)</code></p>
@@ -1894,7 +1894,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p>
                     <code>estimate_vectorization_profitability(loop)</code></p>
@@ -1920,7 +1920,7 @@ 
                 </td>
             </tr>
 
-            <tr valign="top">
+            <tr class="top">
                 <td>
                     <p><code>vectorize_loop(loop)</code></p>