I have a new HTML5 site going live soon. One page has a carouse of 5 video tag (each with preload="none") which works great in chrome.
Just tested with firefox/firebug and the page takes ages to finish loading as it it downloading the whole 50meg videos behind the scenes. Why is it ignoring the preload attribute?
A.