[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: improper indentation in w3m upon <a>



Cc: w3m-dev

>>>>> In [emacs-w3m : No.10484] jidanni@xxxxxxxxxxx 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: jidanni@xxxxxxxxxxx
Subject: [emacs-w3m:10484] improper indentation in w3m upon <a>
Date: Wed, 03 Dec 2008 04:05:19 +0800
Message-ID: <87ej0q4a2o.fsf@xxxxxxxxxxx>
Reply-To: jidanni@xxxxxxxxxxx, emacs-w3m@xxxxxxxxxx
To: emacs-w3m@xxxxxxxxxx
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 --------------------