DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13351>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13351 FancyIndexing-generated HTML-code not valid as HTML 4.01 Summary: FancyIndexing-generated HTML-code not valid as HTML 4.01 Product: Apache httpd-1.3 Version: 1.3.26 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The FancyIndexing generates HTML-code which does not validate as HTML 4.01 Transitional. For the following example the IndexOptions are: 'FancyIndexing IconHeight=20 IconWidth=20 NameWidth=25 DescriptionWidth=* FoldersFirst SuppressColumnSorting SuppressLastModified SuppressHTMLPreamble' Part of the Apache-generated-code: '<PRE><IMG SRC="/DSAv/BILDER/LEER.GIF" ALT=" " HEIGHT="20" WIDTH="20"> Name Size Description' Error: element "IMG" not allowed here; check which elements this element may be contained within '<HR>' Error: element "HR" not allowed here; possible cause is an inline element containing a block-level element '<IMG SRC="/DSAv/BILDER/DIR.GIF" ALT="[DIR]" HEIGHT="20" WIDTH="20"> <A HREF="/DSAv/">Parent Directory</A> - ' Error: element "IMG" not allowed here; check which elements this element may be contained within ... The element "IMG" may not be contained in "pre". Besides: It would be better to generate lowercase characters (img not IMG) to be valid with XHTML. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
