I want to use short video tag format like
<video src="path" controls></video>
And tutorial in w3school says:
To make it work in all browsers - use
<source>
elements inside the<video>
element.
But as far as I can see my browsers handle short syntax very good (I have Google Chrome
and Firefox
). So should I be worried about any possible issues with short video tag notation?