Implement <option> 'defaultSelected' and 'selected' attributes

Continued from #7743
This commit is contained in:
Corey Farwell 2015-09-25 09:39:35 -04:00
parent 37ce248f31
commit dec0031112
6 changed files with 111 additions and 124 deletions

View file

@ -11,8 +11,8 @@ interface HTMLOptionElement : HTMLElement {
attribute boolean disabled;
//readonly attribute HTMLFormElement? form;
attribute DOMString label;
// attribute boolean defaultSelected;
// attribute boolean selected;
attribute boolean defaultSelected;
attribute boolean selected;
attribute DOMString value;
attribute DOMString text;