CSS Mark-After Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

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

Syntax

mark-after: [value];

Possible values

  • [string]

Initial Value

none

Applies To

All elements

Inherited

No

Media

Speech

Example

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


View All CSS Properties