Bugzilla – Bug 341
Media element attributes are stale
Last modified: 2008-12-17 10:28:25 CET
18:24 < MikeSmith> hsivonen: attribute content models in whattf.org schema need to be updated (minus start/loopstart/loopend/playcount, +loop) 18:24 < MikeSmith> for <audio> and <video>
Created attachment 3 [details] patch to remove old looping attributes and replace with single loop boolean simple patch to remove old loopstart, playcount, etc. attributes and replace with single boolean loop attribute (as in current HTML5 draft); also removes common.data.timeoffset pattern (it was only used by the old loopstart/loopend, etc. attributes)
Checked in. Thanks.