- From: Alexander Savenkov <w3@hotbox.ru>
- Date: Mon, 14 Apr 2003 21:23:16 +0400
- To: "Adam van den Hoven" <list@adamvandenhoven.com>
- CC: www-style@w3.org, "'Daniel Glazman'" <glazman@netscape.com>, "'Ernest Cline'" <ernestcline@mindspring.com>
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