I have some HTML5 videos with animated GIFs as fallback. Sadly, the GIFs are being loaded even though HTML5 video is supported.
Without using javascript, is
I assume you want a fallback for IE8 and earlier. Your solution is valid HTML, but I haven't seen anyone else recommend it. Other people use Your Message Here as a fallback instead of . Or maybe conditional comments would work. You could use except it wouldn't work for IE8 and earlier.
Your Message Here