Re: extra pseudo-class for anchors

> > "a:local" would be handy too for internal links.

Isn't it absolutely sufficient to use either a selector like

    a[href^='#']

to match local fragment identifiers, or to go the other way around by e.g.
assigning alternative declarations to anchors pointing to external resources:

    a[href^='http://']

(assuming you use relative references to documents on your server)? -- I
don't see the inalienable necessity for such a pseudo-class.


Best regards,
 Jens.


-- 
Jens Meiert
Interface Architect

http://meiert.com/

Received on Friday, 9 January 2004 06:37:50 UTC