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"
As soon as you want to do more processing on your data than just looking it up from the storage, you have to do it in client-side code. That just plain sucks.
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.
7 comments
[ 4.7 ms ] story [ 24.6 ms ] threadAs soon as you want to do more processing on your data than just looking it up from the storage, you have to do it in client-side code. That just plain sucks.
The 1-to-1 relationship is the reason we have "div hell".