|
|
The <code> CSS2PlayDuring </code> interface represents the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-play-during"> play-during </a> CSS Level 2 property.
| unsigned short |
[const]
A code defining the type of the value as define in <code> CSSvalue </code> . It would be one of <code> CSS_UNKNOWN </code> , <code> CSS_INHERIT </code> , <code> CSS_IDENT </code> .
| DOM::DOMString |
[const]
One of <code> "inherit" </code> , <code> "auto" </code> , <code> "none" </code> or the empty string if the <code> playDuringType </code> is <code> CSS_UNKNOWN </code> . On setting, it will set the <code> uri </code> to the empty string and <code> mix </code> and <code> repeat </code> to <code> false </code> .
| void |
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.
| DOM::DOMString |
[const]
The sound specified by the <code> uri </code> . It will set the <code> playDuringType </code> attribute to <code> CSS_UNKNOWN </code> .
| void |
see uri
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.
| bool |
[const]
<code> true </code> if the sound should be mixed. It will be ignored if the attribute doesn't contain a <code> uri </code> .
| void |
see mix
Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.
| bool |
[const]
<code> true </code> if the sound should be repeated. It will be ignored if the attribute doesn't contain a <code> uri </code> .
| void |
see repeat
Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |