[w3m-dev 04314] Re: improper indentation in w3m upon <a>
[email protected] Wed, 03 Dec 2008 08:35:38 +0800
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <87k5aiksdh.fsf__27940.3416825973$1228267484$gmane$org@jidanni.org> |
From: [email protected] 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 <[email protected]> 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