Re: [css3] Determining the first occurence of an attribute value

> >    acronym[title='World Wide Web Consortium']::after:first-child,
> >    acronym[title='World Wide Web']::after:first-child,
> >    abbr[title='Massachusetts']::after:first-child {
> >    content: ' (' attr(title) ')';
> >    }
> 
> Selectors do not allow to attach pseudo-classes to pseudo-elements...

You're of course right, my mistake (mixed it up with combined
pseudo-classes).

> >Are there already ways to solve this problem elegantly?
> 
> Yes, XPath, [...]

And now you recommend me to use XPath here? -- I again rather feel confirmed
in suggesting an additional keyword (or whatever, as long as there is a
solution for this issue), and I'm furthermore interested if there is agreement on
this and what is supposed to do here.


Best regards,
 Jens.


-- 
Jens Meiert
Interface Architect

http://meiert.com/

Received on Friday, 27 February 2004 04:03:33 UTC