- From: Steven Pemberton <Steven.Pemberton@cwi.nl>
- Date: Tue, 10 Mar 1998 14:32:09 +0100 (MET)
- To: roconnor@uwaterloo.ca
- Cc: www-style@w3.org
> > I think that CSS should have a pseudo element for elements that have an
> > ID of the fragment identifier of the current URL. So if I follow a link
> > to a specific paragraph in a piece of text, then that paragraph can be
> > highlighted.
>
> Actually this should be a pseudo-class. Sorry.
Actually, a pseudo-class is a bit heavy-weight for this, since you
could almost do it with some matching notation:
*[ID=<whatever>] { background-color: green }
Steven Pemberton
Received on Tuesday, 10 March 1998 08:32:20 UTC