[Lynx-dev] can this be done?

2023-12-09 Thread Jude DaShiell
When buttons appear on web pages, could lynx turn those buttons into executable links? This would make wiki pages more useable for lynx users not to mention githib and gitlab pages. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in th

Re: [Lynx-dev] can this be done?

2023-12-09 Thread David Woolley
On 09/12/2023 08:30, Jude DaShiell wrote: When buttons appear on web pages, could lynx turn those buttons into executable links? In general no, not even for type=submit ones, as the likely target is the execution of javascript, which would mean fully executing that script.