> >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 AdamReceived on Monday, 14 April 2003 10:47:14 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:21 GMT