0 / 60 seg.

Considering the following code snippet, which attribute is missing for the video to play automatically?

<video controls>
  <source src="video.mp4" type="video/mp4">
</video>