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

LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-03 16:15:27 +12:00 committed by Tim Flynn
parent 76af9d434c
commit e5910a4593
3 changed files with 21 additions and 16 deletions

View file

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