I was wondering, in the new HTML 5, we will get <audio> and <video> tags, but why not native editable combobox and built in local menu support?
The reason I'm asking this is because these are the most common problems I face when I have to design a web solution to a typical table based application (e.g. order management app). On a proper client side app, I can use the OS to provide these facilities out of box (e.g. JPopupMenu, JComboBox). For a webapp, I have to look for javascript (libraries) to accomplish something like it.
Why are these not in HTML 5?
I know I should avoid discussion like questions, so here are some further questions: Do you know libraries that can do the popup menu thing and editable combobox thing cheaply (perhaps with a small code sample)?