esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

[HTML] Support the select element #98

Open ShikiOkasaka opened 11 years ago

ShikiOkasaka commented 11 years ago

cf. http://www.w3.org/html/wg/drafts/html/CR/forms.html#the-select-element

ShikiOkasaka commented 10 years ago

Step 1. (HTMLOptGroupElementImp) : Process disabled and label attributes ad1f0f3972e0ce93bc70830cf89e0a92f8189c53

ShikiOkasaka commented 10 years ago

Step 2. (HTMLOptionElementImp) : Add details e344169e622f3bc24136c6b6521bf55b81e59a6c

ShikiOkasaka commented 10 years ago

Step 3. (HTMLOptionsCollectionImp) : Add details 134d14c89a47873c3c6c3d27a4bbd799980617f3

ShikiOkasaka commented 10 years ago

Step 4. (HTMLSelectElementImp) : Add more details 49b947cbcc88e37a21a17647d557b867c7393ebc

ShikiOkasaka commented 10 years ago

Step 5. Add a basic UI for the select element 114d4e46c20fbc6f1749ab5ea4e3922b9642cd51 select-002-20131216

ShikiOkasaka commented 10 years ago

Note at step 5, dynamic addition/removal of option elements to/from a select element is not supported.