Re: TiDy
"Timo Hummel" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Ram, >i.e 1. if there is start tag and no end tag, Tidy should add end tag. > 2. if there is end tag and no start tag, Tidy should add start tag. How should tidy do that? Imagine the following HTML: <h1>This is a test</b></h1> Should tidy add the missing <b> before "This"? Or in front of "test"? Or inbetween "is" and "a"? Nobody knows, so Tidy can't know either. cheers, Timo