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

Lynx <span class="thenumberofthebeast">yellow</span>white



I took a look at my site in Lynx and noticed that it somehow rendered
the text that would
be extra large on a crappy browser yellow and the rest white.

Is this easter egg from a patch or upstream?

Lynx renders what in CSS would be span.thenumberofthebeast yellow
rather than white.
Example:
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
    <head>
        <meta charset="utf-8"/>
        <titile>Easter egg</title>
    </head>
    <body>
        <p><span class="thenumerofthebeast">yellow</span></p>
        <p>white</p>
    </body>
</html>

Version:
lynx/stable,stable,now 2.8.9dev1-2+deb8u1 all [installed]
lynx-cur/stable,stable,now 2.8.9dev1-2+deb8u1 amd64 [installed,automatic]


Reply to: