mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #13783 - frewsxcv:select-value, r=nox
Implement `value` property on `<select>`. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13783) <!-- Reviewable:end -->
This commit is contained in:
commit
a71b1e65be
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