LibWeb: Port HTMLFormElement interface from DeprecatedString to String

Leaving a FIXME for HTMLFormElement::method as it looks like this could
be Reflect in the IDL.
This commit is contained in:
Shannon Booth 2023-09-03 15:44:24 +12:00 committed by Tim Flynn
commit 2a732e6ddd
Notes: sideshowbarker 2024-07-17 06:09:44 +09:00
3 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,7 @@
#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/semantics.html#htmlformelement
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface HTMLFormElement : HTMLElement {
[HTMLConstructor] constructor();