mark-after property

Definition and Usage

The mark properties allow named markers to be attached to the audio stream.

Name: mark-after
Value: <string>
Initial: none
Applies to: all elements
Inherited: no
Percentages: N/A
Media: speech

Syntax

mark-after: <string> ;

Values

<string>
A string to be used as the name of the mark.

Examples

1 .class {
2     mark-after: "end";
3 }