cue-after属性用于音频设备以在元素之后播放声音。
none - 没有媒体文件。
URI - 媒体文件的位置。
所有HTML元素。
object.style.cueAfter = url("music.wav");
这是一个例子 -
<style type = "text/css">
<!--
a {cue-after: url("bell.aiff");}
h1 {cue-after: url("pop.au"); }
-->
</style>
<!--It will produce the following result −
-->