1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

LibWeb: Port HTMLElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-03 16:42:25 +12:00 committed by Tim Flynn
parent 938356da98
commit 2c69f273a0
3 changed files with 19 additions and 18 deletions

View file

@ -3,7 +3,7 @@
#import <DOM/EventHandler.idl>
// https://html.spec.whatwg.org/multipage/semantics.html#htmlelement
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface HTMLElement : Element {
[HTMLConstructor] constructor();