Implement value property on <select>.

This commit is contained in:
Corey Farwell 2016-10-15 22:13:29 -04:00
parent 6e0d7326ab
commit a3d4d336b7
5 changed files with 36 additions and 22 deletions

View file

@ -26,7 +26,7 @@ interface HTMLSelectElement : HTMLElement {
//readonly attribute HTMLCollection selectedOptions;
// attribute long selectedIndex;
// attribute DOMString value;
attribute DOMString value;
//readonly attribute boolean willValidate;
readonly attribute ValidityState validity;