Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-797 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-797 Summary: Generated html-colored java source is not valid HTML - fails in Opera 6 Type: Bug Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: maven Assignee: Reporter: Anton Tagunov Created: Mon, 8 Sep 2003 6:31 AM Updated: Mon, 8 Sep 2003 6:31 AM Description: some plugin generates colored html source, here's a sample, http://cglib.sourceforge.net/xref/samples/Trace.html unfotunantly a table is put inside a pre which is as far as I reacall not valid HTML 4.0 in opera 6 this results in horrible viewing experience - pre is ignored yes, btw, the center tag is also either deprecated or absent in HTML 4.0 - better use css text-align: center, but this does not cause a rendering catastrophe in opera 6. additionally, it would be best to have a html 4.01 or xhtml 1.0 DOCTYPE (potentially this enforces same behavior on all browsers and disables quirks and compat modes) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
