Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-10, 1.0-rc1
-
Fix Version/s: 1.0-rc2
-
Component/s: None
-
Labels:None
-
Number of attachments :
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)
No patch, moving to 1.1