Re: :here for Links

Hello everyone,

2003-04-14T18:46:56Z Adam van den Hoven <list@adamvandenhoven.com> wrote:

>> >From Selectors CR:
>> E[foo*="bar"] - an E element whose "foo" attribute value 
>> contains the substring "bar".
>> 
>> I.e.:
>> *[href*="#"] { }

> This donesn't do any good either since it will catch both of the
> following URLs

> http://www.example.com/foo.html#link1
> http://www.example.com/bar.html#link1
Try using 'xml:base' or read below.

> It also doesn't catch
> http://www.example.com/foo.html
These should be removed with proper site management.

> When we're on foo.html. And you might see that with some navigation
> mechanisms
Guess you're right. However I personally think that ":here"-like
things (i.e. numerous pseudo-pseudo-classes) are harmful for CSS.

Alex.
-- 
  Alexander "Croll" Savenkov                  http://www.thecroll.com/
  w3@hotbox.ru                                     http://croll.da.ru/

Received on Monday, 14 April 2003 13:49:36 UTC