[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Apparent bug in link handling
From: |
fluffy |
Subject: |
[Lynx-dev] Apparent bug in link handling |
Date: |
Sat, 16 Jun 2018 12:36:59 -0700 |
Hi, I recently redid my website, https://beesbuzz.biz/, and I used semantic
markup with graceful degradation everywhere, and everything validates. However,
the various category links (art, music, comics, etc.) on the front page are not
navigable from Lynx (the latest version built from homebrew on macOS 10.13).
cadet[~/projects/beesbuzz.biz] (master) fluffy$ lynx --version
Lynx Version 2.8.8rel.2 (09 Mar 2014)
libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 1.0.2o, ncurses 5.7.20081102
Built on darwin17.0.0 Sep 18 2017 16:36:30
Copyrights held by the Lynx Developers Group,
the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License (Version 2).
See http://lynx.isc.org/ and the online help for more information.
See http://www.openssl.org/ for information about OpenSSL.
The markup of the elements in question:
<ul id="categories">
<li class="art"><a href="/art/"><div>Art</div></a></li>
<li class="code"><a href="/code/"><div>Code</div></a></li>
<li class="comics"><a href="/comics/"><div>Comics</div></a></li>
<li class="food"><a href="/food/"><div>Food</div></a></li>
<li class="games"><a href="/games/"><div>Games</div></a></li>
<li class="articles"><a href="/articles/"><div>General
Articles</div></a></li>
<li class="music"><a href="/music/"><div>Music</div></a></li>
<li class="blog"><a href="/blog/"><div>Plaidophile</div></a></li>
<li class="writing"><a href="/writing/"><div>Writing</div></a></li>
<li class="store"><a href="https://biz.beesbuzz.biz" title="Buy my
stuff!"><div>Store</div></a></li>
</ul>
The UL and its DIV content render just fine, but the A elements do not seem to
inherit onto the DIVs.
- [Lynx-dev] Apparent bug in link handling,
fluffy <=