XSL-FO play-during Property
Definition and Usage
The play-during property is used only in Aural Stylesheets.
The aural rendering of a document combines sounds and voices to go through
the content of a document. Aural presentation occurs often by converting the
document to plain text and then feeding this to a screen reader.
Situations and markets for listening to information could be:
- for blind people
- in the car
- help users learning to read
The play-during property specifies a background-sound to be played while the
content of an element is spoken.
Details
- Inherited: no
- Percentages: N/A
- Media: aural
Property Values
| Value |
Description |
| URI |
An URI to an audio file |
| mix |
The sound from the parent element's play-during
property continues to play + the sound specified in URI is mixed
with it. Example: play-during: url("sea.wav") mix
|
| repeat |
The sound will be repeated if it stops before the entire content
is spoken. Example: play-during: url("sea.wav") repeat |
| auto |
Default. The sound of the parent element continues to play |
| none |
Silence |

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
New features in Version 2010!
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator, taxonomy editor, taxonomy wizard
- Support for Office Open XML (OOXML)
- Graphical WSDL 1.1/2.0 editor & SOAP debugger
- JSON editing & conversion
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|