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

LibWeb: Port HTMLAreaElement interface from DeprecatedString to String

Which required HTMLHyperlinkElementUtils to also be changed to support
this.
This commit is contained in:
Shannon Booth 2023-09-03 15:36:00 +12:00 committed by Tim Flynn
parent 57d8b0ec73
commit de07fb5132
3 changed files with 22 additions and 22 deletions

View file

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