mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Implement <option> 'defaultSelected' and 'selected' attributes
Continued from #7743
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user