Ask HN:What is wrong with html5?

5 points by dev12345 ↗ HN
drag-n-drop,DRM,DB,attributes without value...

7 comments

[ 4.7 ms ] story [ 24.6 ms ] thread
I don't see anything wrong in drag'n'drop and attributes without values... but IndexedDB and DRM are indeed stuff I see as "there is something badly wrong"
I have not looked into DRM deeply but what's wrong with everything else you have listed in your opinion?
1-to-1 relationship between the window object and the document object. It's not something wrong HTML5 per se, but HTML in general. We should instead be permitted many documents to one window object, and have a scene-graph based windowing system for managing the documents.
To the person who downvoted this, care to explain why? I would expect Alan Kay to agree with this.

The 1-to-1 relationship is the reason we have "div hell".

Attributes with out values are great, how is 'disabled="disabled"' better than just 'disabled'?