Re: CSS3 Speech module: Comments and Corrections

> > You could probably use something like:
> >
> >   @media speech{
> >    element{
> >     content:none;
> >     cue-before:url(johnwayne.aiff);
> >    }
> >   }
> 
> Or just:
> 
>    element { content: url(johnwayne.aiff); }

Isn't there a subtal 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.

While 'cue-before' would start playing when the "speech browser" reaches that
particular element when reading.

Received on Saturday, 8 May 2004 09:59:28 UTC