mark-before property CSS Reference



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

.class {
    mark-before: "start";
}

Relative articles