lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] <title> in <svg> overrides <title> from <head>


From: Rene Kita
Subject: [Lynx-dev] <title> in <svg> overrides <title> from <head>
Date: Thu, 29 Dec 2022 14:19:25 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]