mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
add HTMLOptionElement form attribute support
This commit is contained in:
parent
7ebdf98d28
commit
f5dbf41841
2 changed files with 17 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue