- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 31 Aug 2004 02:07:39 -0400
- To: www-style@w3.org
Justin Wood wrote:
>
> ::root { content: url("recorded_audio_file.wav"), normal; }
>
> from top of my head, using CSS3 generated content model.
:root, actually. It's a pseudo-class, not a pseudo-element. (The element
affected is a regular element, e.g. <html> in HTML.)
~fantasai
Received on Tuesday, 31 August 2004 06:11:53 UTC