LibWeb: Port HTMLButtonElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth
2023-09-03 15:29:34 +12:00
committed by Tim Flynn
parent 2ab7129595
commit 57d8b0ec73
Notes: sideshowbarker 2024-07-17 01:53:23 +09:00
3 changed files with 7 additions and 7 deletions

View File

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