LibWeb: Add map element areas property

This commit is contained in:
Bastiaan van der Plaat
2024-04-09 18:30:03 +02:00
committed by Andreas Kling
parent 3e507102ea
commit 7fa45c5fdf
5 changed files with 63 additions and 1 deletions

View File

@@ -7,6 +7,6 @@ interface HTMLMapElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, Reflect] attribute DOMString name;
// FIXME: [SameObject] readonly attribute HTMLCollection areas;
[SameObject] readonly attribute HTMLCollection areas;
};