Hello! When processing the following fragment of a document, Tidy split the content of an anchor in a way that breaks the expected display result, on most browsers. The input source: <h3> <a href="./webcv_en.htm">English</a> - <a href="./webcv_fr.htm">Français</a> - <a href="./webcv_fi.htm">Suomeksi</a> </h3> Tidy's output: <h3> <a href="./webcv_en.htm">English</a> - <a href="./webcv_fr.htm"> Français</a> - <a href="./webcv_fi.htm">Suomeksi</a></h3> The faulty bit is on "Français" which gets separated from the anchor's opening container, resulting in an additional white space in the hyperlink on most browsers. Btw, this is using the MiNT port of Tidy 13jan2000. -- Martin-Éric Racine http://funkyware.atari.org/ Atari TT030 FAQ Lappeenranta, Finland. Surfing on a Intel/Microsoft-free GEM OSReceived on Friday, 31 March 2000 12:31:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:47 GMT