[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [BOOK PATCH] CSS fix for visited links

From: Daniel Rall <dlr_at_collab.net>
Date: 2004-03-16 01:11:59 CET

The underlining is important for accessibility (e.g. what if the user is color
blind?).

Julian Foad wrote:
> Ariel Arjona wrote:
>
>> Attached is the patch to add the a:visited section to the book CSS file.
>>
>> This is so visited links appear in the color defined by the user's
>> browser settings. Right now they all appear blue.
>
>
> Huh? It looks like it will make them purple, not (necessarily) the
> color defined by the user's browser settings. I assume the reason for
> this patch is to make them distinguishable from non-visited links;
> without the patch, both types of link are blue.
>
> I will modify the log message (r9066) because I believe every log
> message should state the reason for the change, and I will give the
> reason that I assume to be true. I trust that one of you will correct
> me if I'm wrong.
>
> - Julian
>
>
>> Index: temp/styles.css
>> ===================================================================
>> --- temp/styles.css (revision 9060)
>> +++ temp/styles.css (working copy)
>> @@ -79,6 +79,12 @@
>> text-decoration: underline;
>> }
>>
>> +A:visited +{
>> + color: purple;
>> + text-decoration: underline;
>> +}
>> +
>> IMG
>> {
>> border: none;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 16 01:13:37 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.