That does not fix the fact that the status is not up-to-date, but
makes things more consistent and easier to carry along in case of
future updates.

Applied.

Gerald

2011-11-01  Gerald Pfeifer  <ger...@pfeifer.com>
 
        * status.html: Use <h2> instead of fake tables.

Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.30
diff -u -r1.30 status.html
--- status.html 27 Jul 2004 23:59:38 -0000      1.30
+++ status.html 1 Nov 2011 14:03:45 -0000
@@ -17,14 +17,7 @@
 <p>Status of GCJ as of GCC 3.2.  Improvements that are only
 in current development versions are marked as "in CVS".</p>
 
-<table id="features" border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Core Features
- </th>
-</tr>
-</table>
-<br />
+<h2 id="features">Core Features</h2>
 
 <ul>
 <li>Compile Java source code ("ahead-of-time") to native (machine) code,</li>
@@ -43,14 +36,8 @@
 <li>An extensive class library - see below.</li>
 </ul>
 
-<table id="packages" border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Implemented Packages
- </th>
-</tr>
-</table>
 
+<h2 id="packages">Implemented Packages</h2>
 
 <p>You can also see <a href="http://www.kaffe.org/~stuart/japi/";>a
 comparison of libgcj with the JDK</a>.  This is updated nightly.  It
@@ -118,13 +105,8 @@
 a comparison of the GUI branch with Classpath</a>.
 </p>
 
-<table id="targets" border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Supported Targets
- </th>
-</tr>
-</table>
+
+<h2 id="targets">Supported Targets</h2>
 
 <dl>
 <dt class="target">GNU/Linux on the Pentium-compatible PCs

Reply via email to