mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement value
property on <select>
.
This commit is contained in:
parent
6e0d7326ab
commit
a3d4d336b7
5 changed files with 36 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue