- From: fantasai <fantasai@escape.com>
- Date: Sat, 04 Nov 2000 15:18:58 -0500
- To: www-style@w3.org
Does the universal selector (*) apply to pseudo-elements?
example - given the following
p::first-line {color: red}
* {color: black !important}
Will the first line of each <p> be red or black?
Received on Saturday, 4 November 2000 15:19:27 UTC