Doing a google search for:
durationhint html5 video
Comes up with a number of results showing folks using something along the lines of:
<video .... durationhint="120">
Looking at the w3c html5 video tag spec, durationhint is nowhere to be found.
Is this attribute valid? What browsers actually use it? What is the purpose of it (please dont say something along the lines of 'hints at the duration of the video'... i know that part... but what does it actually do)?
Thanks.