[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 emacs-w3m can't jump to name=&
- From: jidanni@xxxxxxxxxxx
- Date: Wed, 10 Jun 2009 14:22:38 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10909
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._&_Rakim">Eric_B._&_Rakim</a></dd>
  <dd>Good: <a href="#OK">OK</a></dd>
  <dt>To:</dt>
  <dd>Bad: <a name="Eric_B._&_Rakim" href="z">Eric B. &
  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.