mark-after property CSS Reference



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

.class {
    mark-after: "end";
}

Relative articles