<title> in <svg> overrides <title> from <head>
Rene Kita <[email protected]>
| Newsgroups | gmane.comp.web.lynx.devel |
|---|---|
| Message-ID | <Y62T3UVAuTXO/wTE@t480> |
When you open a page in lynx which contains a <svg> element which itself has a <title> element lynx will use the SVG's title as title for the page. To reproduce: <!DOCTYPE HTML> <html lang=en> <head><title>sitetitle</title><meta charset="utf-8"></head><body> <svg role="img" aria-label="[title + description]"> <title>[title]</title> <desc>[long description]</desc> <path d="M10 10"/> </svg></body> </html> Tested with lynx2.9.0dev.10. As a side note, INSTALLATION has this example configure command: ./configure --prefix=~/.lynx --exec-prefix=~/.lynx which gives on my Debian stable: configure: error: expected an absolute path for --exec_prefix: ~/.lynx