From: SourceForge.net <no...@so...> - 2004-04-30 10:43:47
|
Bugs item #943559, was opened at 2004-04-28 10:12 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: fabrizio giustina (fgiust) Summary: form after tr Initial Comment: tidy doesnt fix the following error good enough: the source gtml id: ######################### <table> <tr> <form action=""> <td >yyy</td> </form> </tr> </table> ######################### tidy out put will be: <TABLE> <TR> <TD> <FORM ACTION=""> <TABLE> <TR> <TD>yyy</TD> </TR> </TABLE> </FORM> </TD> </TR> </TABLE> ######################### as you can see tidy add unnecessary table infront of the td element. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-30 12:43 Message: Logged In: YES user_id=798060 testcase added. Note that the c version of tidy just report an error and give up on fixing file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=943559&group_id=13153 |