On Sun, Nov 05, 2006 at 07:39:57AM +0900, [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to