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

Re: improper indentation in w3m upon <a>



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