mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Added .form property for legend tag
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user