- From: Adam van den Hoven <list@adamvandenhoven.com>
- Date: Mon, 14 Apr 2003 07:46:56 -0700
- To: "'Alexander Savenkov'" <w3@hotbox.ru>, <www-style@w3.org>, "'Daniel Glazman'" <glazman@netscape.com>
- Cc: "'Ernest Cline'" <ernestcline@mindspring.com>
> >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
It also doesn't catch
http://www.example.com/foo.html
When we're on foo.html. And you might see that with some navigation
mechanisms
Adam
Received on Monday, 14 April 2003 10:47:14 UTC