[whatwg] Infinite loopcount for audio and video

I would do it  this way:

loopcount:
-1 = Play once, and loop forever.
0  = Play once, but don't loop at all. (Default)
1  = Play once and then loop once.
n  = Play once and then loop n times.
less than -1 or invalid or out of range = Use default of 0.

-- 
Michael

Received on Monday, 23 April 2007 15:37:58 UTC