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

emacs-w3m can't jump to name=&amp



Dear emacs-w3m crew, of the browsers emacs-w3m, w3m, and lynx, only
emacs-w3m cannot jump properly where I have marked it "Bad" below.

If you separate the two groups with more text, you'll see Firefox is OK
too.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>

<html>
<head>
 <title>Anchor test</title>
</head>

<body>
 <dl>
  <dt>From:</dt>

  <dd>Bad: <a href=
  "#Eric_B._&amp;_Rakim">Eric_B._&amp;_Rakim</a></dd>

  <dd>Good: <a href="#OK">OK</a></dd>

  <dt>To:</dt>

  <dd>Bad: <a name="Eric_B._&amp;_Rakim" href="z">Eric B. &amp;
  Rakim</a></dd>

  <dd>Good: <a name="OK" id="OK" href="z">OK</a></dd>
 </dl>
</body>
</html>

I suppose I am writing the HTML as smart as I can.