[whatwg] Add more types of DOM as part of Form

2013-04-08 Thread jingwei lv
Recently I am working with some web frameworks with mongodb(non relational database). There is one type of field called dict, similar with BSON, or JSON. In general, when defining a table in db in modern frameworks, it also can be generated a form in html, which is intuitive and convenient. Well,

Re: [whatwg] Add more types of DOM as part of Form

2013-04-08 Thread Renoir Boulanger
Hello jingwei lv, I am not sure, but, here is my try about your suggestion. As I understand, in your use-case, you may want to use the datalist / element: http://html5doctor.com/html5-forms-introduction-and-new-attributes/#list After that, I wonder what more you may want in the feature you