mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement <option> 'defaultSelected' and 'selected' attributes
Continued from #7743
This commit is contained in:
parent
37ce248f31
commit
dec0031112
6 changed files with 111 additions and 124 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue