Auto merge of #10388 - autrilla:dom-legend-form, r=emilio

Added .form property for legend tag

r? @emilio

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10388)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-06 22:30:25 +05:30
commit c631fcf96f
5 changed files with 73 additions and 24 deletions

View file

@ -5,7 +5,7 @@
// https://html.spec.whatwg.org/multipage/#htmllegendelement
interface HTMLLegendElement : HTMLElement {
//readonly attribute HTMLFormElement? form;
readonly attribute HTMLFormElement? form;
// also has obsolete members
};