- From: Daniel Glazman <glazman@netscape.com>
- Date: Mon, 31 Mar 2003 09:44:38 +0200
- To: Ernest Cline <ernestcline@mindspring.com>
- CC: www-style@w3.org
Ernest Cline wrote: > That can already be done with CSS3 Selectors. The selector a[href^="#"] would > select all links that begin with "#" and hence point to the current page. That's clearly not enough. if the document's URL is http://www.example.com/foo.html and the href of the link is foo.html#bar, that's a local URL too and it does not begin with #... </Daniel>
Received on Monday, 31 March 2003 02:44:16 UTC