mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
LibWeb: Add HTML legend element form getter
This commit is contained in:
parent
fb7b03d162
commit
529fd0a65c
3 changed files with 17 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
interface HTMLLegendElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// FIXME: readonly attribute HTMLFormElement? form;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString align;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue