[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Fix links containing divs
From: |
Samuel Thibault |
Subject: |
[Lynx-dev] Fix links containing divs |
Date: |
Mon, 12 Dec 2016 16:50:51 +0100 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Hello,
More and more websites use nice-looking links thanks to css, using code
like this:
<html>
<a href="http://www.debian.org/"><div class="foo">Debian</div></a>
</html>
In lynx 2.8.9dev11, the Debian word does not appear as a link at
all, actually the link is not reachable at all! This is really
not usable at all, see for instance http://rue89bordeaux.com/ or
https://2017.rmll.info/ which do not contain any link...
Samuel