- From: Ian Hickson <ian@hixie.ch>
- Date: Sat, 8 May 2004 14:30:53 +0000 (UTC)
- To: fora@annevankesteren.nl
- Cc: Nicholas Shanks <contact@nickshanks.com>, www-style@w3.org
On Sat, 8 May 2004 fora@annevankesteren.nl wrote:
>>>
>>> element{
>>> content:none;
>>> cue-before:url(johnwayne.aiff);
>>> }
>>
>> element { content: url(johnwayne.aiff); }
>
> Isn't there a subtle difference between 'content' and 'cue-before'? I
> assumed that 'content' will replace the element and starts playing as
> soon as the file is loaded, or creates some kind of interface to play
> the sound.
I don't see why it would.
Just like:
element { content: 'test'; }
...would only affect the element, and not cause some sort of plugin to be
fired.
--
Ian Hickson )\._.,--....,'``. fL
U+1047E /, _.. \ _\ ;`._ ,.
http://index.hixie.ch/ `._.-(,_..'--(,_..'`-.;.'
Received on Saturday, 8 May 2004 10:30:54 UTC