mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Add map element areas property
This commit is contained in:
committed by
Andreas Kling
parent
3e507102ea
commit
7fa45c5fdf
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user