lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] hyperlink's color with color-style


From: Thomas Dickey
Subject: Re: [Lynx-dev] hyperlink's color with color-style
Date: Mon, 06 Nov 2006 19:59:10 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

On Sun, Nov 05, 2006 at 07:39:57AM +0900, address@hidden wrote:
> I found a trouble with hyperlink's color with color-style.
> 
> hyperlinkColorTest.html has 11 hyperlinks.
> 
>   1. Open it, "image"'s color is as the same as normal text.
>     http://lynx-win32-pata.sourceforge.jp/tmp/hyperlinkColorTest_fig1.png
>     # not expected.

This didn't occur to me immediately, but it is due to a limitation of
color-style: the img tag's color is not inherited from the href, but
is done separately.  For most links you don't notice this, but I did
notice that links containing markup are colored differently, e.g.,

        <a href="foo">Text <em>emphasized</em> looks different</a>

At the moment, I'm not sure how much work it will be to provide
inherited colors...

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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