Re: CSS3 Speech module: Comments and Corrections

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