CSS Mark-Before 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-before: [value];

Possible values

  • [string]

Initial Value

none

Applies To

All elements

Inherited

No

Media

Speech

Example

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


View All CSS Properties