The CSS reference
"cue-before" - css property (v. css 2)
- To specify a sound to be played before speaking the content of an element.
- Initial value: none
- The property is not inherited
- HTML usage: all elements
-
Browsers that support the cue-before - property :
h1 {cue-before: url("pop.au"); cue-after: url("pop.au") }
/* Is equivalent with: */
h1 {cue: url("pop.au") }
Possible cue-before values:
Values | Comments | CSS |
---|---|---|
none | No auditory icon is specified. | 2 |
[uri] | The URI must designate an auditory icon resource. If the URI resolves to something other than an audio file, such as an image, the resource should be ignored and the property treated as if it had the value 'none'. | 2 |
inherit | Will inherit the value from parent specification. | 2 |
© 2010 by Finnesand Data.
All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the
correctness in the pages or source codes.
The risk of using this web-site pages or any program
codes from this website is entirely at the individual user.