[w3m-dev 04313] Re: improper indentation in w3m upon <a>
Katsumi Yamaoka <[email protected]> Wed, 03 Dec 2008 09:15:02 +0900
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
Cc: w3m-dev >>>>> In [emacs-w3m : No.10484] [email protected] wrote: > The following improperly indents in w3m, but not lynx or firefox. > Please tell the w3m guys. But what is wrong is the hidden <a>...</a>, that seems rarely to appear normally. Maybe it will be able to be fixed in w3m or emacs-w3m (e.g. removing such ones), but I personally think it is not worth spending time for it. -------------------- Start of forwarded message -------------------- From: [email protected] Subject: [emacs-w3m:10484] improper indentation in w3m upon <a> Date: Wed, 03 Dec 2008 04:05:19 +0800 Message-ID: <[email protected]> Reply-To: [email protected], [email protected] To: [email protected] X-ML-Name: emacs-w3m X-Mail-Count: 10484 The following improperly indents in w3m, but not lynx or firefox. Please tell the w3m guys. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>w3m test</title> </head> <body> <ul> <li><a href="z"></a><a href="z">This line is improperly indented in w3m.</a></li> <li><a href="z">Compare this regular line.</a></li> </ul> </body> </html> -------------------- End of forwarded message --------------------