RE: [xml-dev] css syntax - easy question

From
Jelks Cabaniss <>
To
Date
2005-07-11T20:43:08Z
ID
<200507111451656.SM01208@blackie>
Thread
RE: [xml-dev] css syntax - easy question
Laura Kertz wrote:
> name:before {content: "name: "}
> phone:before {content: "phone: "}
> email:before {content: "email: "}
> 
> Could I collapse it all using the * selector? I am not sure what the
> "something here" would be to pull out the element name.
> 
> *:before {content: "SOMETHING HERE"}

I don't believe that's doable with CSS today.  As to a possible future, see:

	http://www.w3.org/TR/css3-content/

I wouldn't hold my breath, though -- note the date of that draft.  


/Jelks