Suppose I have a video element...
<video src="media.webm" />
Is it possible to set its playback rate in the markup? If so, what's the proper attribute name? Neither playbackRate
nor defaultPlaybackRate
seem to have any effect. Of course I can set these with JavaScript just fine, but I'm curious if there's some attribute I can set instead.