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

Bug#308988: marked as done (bad usage of anchor tags leads to ugly css hover effects)



Your message dated Fri, 13 May 2005 21:51:28 +0100 (CET)
with message-id <Pine.LNX.4.62.0505132150100.13545@perkele.intern.softwolves.pp.se>
and subject line Bug#308988: bad usage of anchor tags leads to ugly css hover effects
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 May 2005 16:05:45 +0000
>From awuest@gmail.com Fri May 13 09:05:45 2005
Return-path: <awuest@gmail.com>
Received: from zproxy.gmail.com [64.233.162.204] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DWcfZ-0003zO-00; Fri, 13 May 2005 09:05:45 -0700
Received: by zproxy.gmail.com with SMTP id 34so771686nzf
        for <submit@bugs.debian.org>; Fri, 13 May 2005 09:05:14 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=eubGEFSh9j7UYcQwKtrRVQK2sYGd69tOnD6PGyiOx14uJ1E+L8lQRazRHXmp3sxaWL021pSakLZsagYrPgBwKTAWBOG/m/+wso4of+mzPLLhh9WvYYJ6M3BFfHwV4FRb1lKZzqkl0O2p03FUicSpZAWue4lU9ubkbG8Jf2rMBG0=
Received: by 10.36.146.12 with SMTP id t12mr1125628nzd;
        Fri, 13 May 2005 09:05:14 -0700 (PDT)
Received: by 10.36.17.12 with HTTP; Fri, 13 May 2005 09:05:14 -0700 (PDT)
Message-ID: <[🔎] 36f72358050513090541e4e3b6@mail.gmail.com>
Date: Fri, 13 May 2005 18:05:14 +0200
From: Andreas Wuest <awuest@gmail.com>
Reply-To: Andreas Wuest <awuest@gmail.com>
To: submit@bugs.debian.org
Subject: bad usage of anchor tags leads to ugly css hover effects
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_01,HAS_PACKAGE,
	HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: www.debian.org

Pages which have a table of contents like
http://www.debian.org/MailingLists/ or http://www.debian.org/support
use the anchor tag like e.g. in <h2><a name=3D"intro"
id=3D"intro">Introduction</a></h2>, i.e. the <a> element's content is
the title itself.

But since debian.css defines the following rules for <a> tags:

a:visited { color: #800080; }
a:link { color: #0000FF; }
a:active { color: #FF0000; }
a:hover {   color: #F000FF; }

this leads to the effect, that, whenever one hovers over the title, it
will change its color. This is not only ugly but also misleading,
since the color change should indicate a hyperlink, but it's a plain
title which does not link to anywhere, but is instead being linked TO.

This could be solved by either using the anchor tag as follows:

<h2><a name=3D"intro" id=3D"intro"/>Introduction</h2>

or by changing the css rules for <a> to:

a[href]:visited { color: #800080; }
a[href]:link { color: #0000FF; }
a[href]:active { color: #FF0000; }
a[href]:hover {   color: #F000FF; }

If this effect was intentional however, forget this report.

--=20
Best wishes,
Andi

---------------------------------------
Received: (at 308988-close) by bugs.debian.org; 13 May 2005 20:52:10 +0000
>From peter@softwolves.pp.se Fri May 13 13:52:10 2005
Return-path: <peter@softwolves.pp.se>
Received: from mail45.e.nsc.no [193.213.115.45] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DWh8j-0007oq-00; Fri, 13 May 2005 13:52:09 -0700
Received: from softwolves.dyndns.org (062016249163.customer.alfanett.no [62.16.249.163])
	by mail45.nsc.no (8.12.11/8.12.11) with ESMTP id j4DKpVo6028781;
	Fri, 13 May 2005 22:51:32 +0200 (CEST)
Received: from perkele (perkele [10.1.1.1])
	by softwolves.dyndns.org (Postfix) with ESMTP
	id 7AF1E15B; Fri, 13 May 2005 22:51:28 +0200 (CEST)
Received: by perkele (Postfix, from userid 501)
	id 70A7D3C2B; Fri, 13 May 2005 22:51:28 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by perkele (Postfix) with ESMTP id 6E4A32D9E;
	Fri, 13 May 2005 21:51:28 +0100 (CET)
Date: Fri, 13 May 2005 21:51:28 +0100 (CET)
From: Peter Karlsson <peter@softwolves.pp.se>
To: Andreas Wuest <awuest@gmail.com>, 308988-close@bugs.debian.org
Subject: Re: Bug#308988: bad usage of anchor tags leads to ugly css hover
 effects
In-Reply-To: <[🔎] 36f72358050513090541e4e3b6@mail.gmail.com>
Message-ID: <Pine.LNX.4.62.0505132150100.13545@perkele.intern.softwolves.pp.se>
References: <[🔎] 36f72358050513090541e4e3b6@mail.gmail.com>
X-Warning: Junk / bulk email will be reported
X-Rating: This message is not to be eaten by humans
Organization: /universe/earth/europe/norway/oslo
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Delivered-To: 308988-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.5 required=4.0 tests=BAYES_10,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Andreas Wuest:

> this leads to the effect, that, whenever one hovers over the title, it
> will change its color. This is not only ugly but also misleading,

Yeah, that's not good. I've committed a fix to the CSS file now, it should 
be visible on the website within a day.

-- 
\\//
Peter - http://www.softwolves.pp.se/
   I do not read or respond to mail with HTML attachments.



Reply to: