- From: Lachlan Hunt <lachlan.hunt@iinet.net.au>
- Date: Sat, 07 Aug 2004 14:13:01 +1000
- To: Dave Raggett <dsr@w3.org>
- Cc: www-style <www-style@w3.org>
Dave Raggett wrote:
> My recommendation would be to introduce a new pseudo class called
> :visible that holds true while the visual presentation of the
> selected element is currently visible. We then could have:
>
> h1:visible { content: url(mood-music.wav); } /* repeats*/
There's a problem with this. What happens if I have rules like this?
h1:visible { visibility: hidden; } or
h1:visible { display: none; }
--
Lachlan Hunt
http://www.lachy.id.au/
lachlan.hunt@lachy.id.au
Received on Saturday, 7 August 2004 00:18:34 UTC