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:
bors-servo 2016-10-17 02:47:48 -05:00 committed by GitHub
commit a71b1e65be
5 changed files with 36 additions and 22 deletions

View file

@ -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;