add HTMLOptionElement form attribute support

This commit is contained in:
Alexandrov Sergey 2016-08-30 17:25:35 +03:00
parent 7ebdf98d28
commit f5dbf41841
2 changed files with 17 additions and 1 deletions

View file

@ -9,7 +9,7 @@
[Exposed=(Window,Worker)]
interface HTMLOptionElement : HTMLElement {
attribute boolean disabled;
//readonly attribute HTMLFormElement? form;
readonly attribute HTMLFormElement? form;
attribute DOMString label;
attribute boolean defaultSelected;
attribute boolean selected;