- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 30 Dec 2005 15:23:25 +0100
- To: "Gustav Colliander" <gustav@easybyte.com>
- Cc: html-tidy@w3.org
* Gustav Colliander wrote: > I would like to do some updates to HTML Tidy but I dont know who to contact? This list and the tidy-develop list as well as the sourceforge.net bug and patch tracking facilities can be used. http://tidy.sourceforge.net has all the details. >There are a number of bugs with how it handles <li> tags when converting to XHTML >for example, please look at this sample input HTML which when viewed in a browser >seems fine, but when converted to XHTML tidy just ignores the </li> tags and puts >in a <li> tag!! Even though I put in lots of </li> tags they all get ignored! You put the <li> elements outside of any <ul> or <ol> list item container element, which is not allowed. Tidy corrects this by putting the orphan list items in a <ul class="noindent"> element (or simply a ul element in the latest version); this might indeed not yield in the same visual effect, but if I remember the dis- cussion correctly, this seemed an unimportant loss. You might be able to restore the functionality using the cvs log and the discussion around this issue in the bug tracker. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Friday, 30 December 2005 14:23:21 UTC