CSS Play-During Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The play-during property defines a sound to be played as background while the element is read.

Syntax

play-during: [value];

Possible values

  • none
  • auto
  • [URI]
  • mix
  • repeat
  • inherit

Initial Value

Auto

Applies To

All elements

Inherited

No

Media

Aural

Example

p.credits {play-during: url("music.wav") mix;}


View All CSS Properties