mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Added .form property for legend tag
This commit is contained in:
parent
88d29e537c
commit
a8f9887d86
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