Hello! I just wanted to let someone know about a potential bug I came across in Lynx lately. I’ve been using anchor links on a recent project to link to parts of the current page, e.g. `<a href=“#speakers”>Speakers</a>` but for some reason they weren’t working. It turns out it’s because the element I was linking to was a <section> (<section id=“speakers”>…). Whereas when I changed the element to a <div> it all worked fine. You can see this problem currently on the website: http://2015.dconstruct.org <http://2015.dconstruct.org/> I assume this may occur on other HTML5 elements.
Is this a bug or intended behaviour? Regards, Graham. – – – Graham Smith http://clearleft.com +44 (0)845 838 6163
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
