mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
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:
commit
c631fcf96f
5 changed files with 73 additions and 24 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue