[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: improper indentation in w3m upon <a>
- From: jidanni@xxxxxxxxxxx
- Date: Wed, 03 Dec 2008 08:35:38 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10486
- References: <b4m1vwqw1vd.fsf@xxxxxxx>
Actually w3m is differentiating between name/href:
<!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 name="z" id="z"></a><a href="z">OK</a></li>
<li><a href="z"></a><a href="z">Bad in w3m</a></li>
<li><a href="z">OK</a></li>
</ul>
</body>
</html>
>>>>> "KY" == Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
KY> But what is wrong is the hidden <a>...</a>, that seems rarely to
KY> appear normally.
Actually I use that trick often, like in http://jidanni.org/makefile
target:%_en.html