Bug 34931 - Built-in webapps should be W3C standard compliant
Summary: Built-in webapps should be W3C standard compliant
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Webapps:Manager (show other bugs)
Version: 5.5.9
Hardware: Other All
: P3 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 09:41 UTC by richard.beton
Modified: 2005-07-22 06:52 UTC (History)
0 users



Attachments
This patch fixes ROOT/index.jsp to be XHTML using CSS (13.06 KB, patch)
2005-05-16 09:44 UTC, richard.beton
Details | Diff
Updated index.jsp (8.08 KB, text/html)
2005-07-22 14:46 UTC, Yoav Shapira
Details

Note You need to log in before you can comment on or make changes to this bug.
Description richard.beton 2005-05-16 09:41:13 UTC
The webapps provided with Tomcat include: ROOT, manager, admin (available
separately now), documentation and examples.

It would make sense to demonstrate best practice if these are upgraded to
produce W3C standard compliant XHTML, using CSS for layout and presentation.
Comment 1 richard.beton 2005-05-16 09:44:23 UTC
Created attachment 15044 [details]
This patch fixes ROOT/index.jsp to be XHTML using CSS
Comment 2 Yoav Shapira 2005-07-22 14:46:02 UTC
I applied the patch to index.jsp on my local machine: it looks very nearly the
same, just the pixel spacing is a tiny bit different near the top of the page,
and makes the page a bit wider.  But that's a fairly small thing, no big whoop,
so I'll go ahead with the index.jsp patch.

The goal of having all our apps be XHTML-strict-compliant is a good one, and if
you were to submit relevant patches, we'll gladly review and commit them.
Comment 3 Yoav Shapira 2005-07-22 14:46:47 UTC
Created attachment 15751 [details]
Updated index.jsp

The updated page.