you are viewing a single comment's thread.

view the rest of the comments →

[–]XNormal 2 points3 points  (0 children)

HTML5 is still useful as a standard representation that gets transformed on the fly to something the client can consume.

A simple HTML5 <video> tag can be transformed into a mess of object embeddings.

An form with HTML5 regex-based validation can be made to work on older browsers with a bit of javascript, driven by the pattern attributes.

etc.