Definition and Usage
The mark properties allow named markers to be attached to the audio stream.
| Name: | mark-before |
| Value: | <string> |
| Initial: | none |
| Applies to: | all elements |
| Inherited: | no |
| Percentages: | N/A |
| Media: | speech |
Syntax
mark-before: <string> ;
Values
- <string>
- A string to be used as the name of the mark.
Examples
1 | .class { |
2 | mark-before: "start"; |
3 | } |







