2014-01-07

torkell: (Default)
2014-01-07 07:42 pm

(no subject)

And today's winner for "we don't know how to stop writing Javascript" is tumblr, which fails at video in IE8.

No, this isn't because they're using the <video> tag from HTML5 (which would be a perfectly reasonable thing to do). This is because embedding video now requires an entire Javascript-based framework to create an IFRAME that then runs more Javascript that writes multiple <script> tags to load another Javascript framework that eventually writes an <object> tag to load a flash player that contacts a server-side API to determine where to load the flash video from.

I can't help but think that this must create more problems than it could ever hope to solve.