mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Implement value property on <select>.
This commit is contained in:
@@ -26,7 +26,7 @@ interface HTMLSelectElement : HTMLElement {
|
||||
|
||||
//readonly attribute HTMLCollection selectedOptions;
|
||||
// attribute long selectedIndex;
|
||||
// attribute DOMString value;
|
||||
attribute DOMString value;
|
||||
|
||||
//readonly attribute boolean willValidate;
|
||||
readonly attribute ValidityState validity;
|
||||
|
||||
Reference in New Issue
Block a user