mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
LibWeb: Add missing constructors to HTMLElement IDLs
This commit is contained in:
parent
daf421846c
commit
5c8be3b072
70 changed files with 132 additions and 12 deletions
|
@ -4,7 +4,8 @@
|
|||
// https://html.spec.whatwg.org/multipage/image-maps.html#htmlareaelement
|
||||
[Exposed=Window]
|
||||
interface HTMLAreaElement : HTMLElement {
|
||||
// FIXME: [HTMLConstructor] constructor();
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// FIXME: [CEReactions] attribute DOMString alt;
|
||||
// FIXME: [CEReactions] attribute DOMString coords;
|
||||
|
@ -18,6 +19,7 @@ interface HTMLAreaElement : HTMLElement {
|
|||
|
||||
// Obsolete
|
||||
[Reflect=nohref] attribute boolean noHref;
|
||||
|
||||
};
|
||||
|
||||
HTMLAreaElement includes HTMLHyperlinkElementUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue