mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Implement popovertarget buttons
This commit is contained in:
Notes:
github-actions[bot]
2025-01-30 22:49:42 +00:00
Author: https://github.com/Gingeh Commit: https://github.com/LadybirdBrowser/ladybird/commit/108f3a9aac0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3285 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ
@@ -1,5 +1,6 @@
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLFormElement.idl>
|
||||
#import <HTML/PopoverInvokerElement.idl>
|
||||
#import <HTML/ValidityState.idl>
|
||||
#import <FileAPI/FileList.idl>
|
||||
|
||||
@@ -73,4 +74,4 @@ interface HTMLInputElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString align;
|
||||
[CEReactions, Reflect=usemap] attribute DOMString useMap;
|
||||
};
|
||||
// FIXME: HTMLInputElement includes PopoverInvokerElement;
|
||||
HTMLInputElement includes PopoverInvokerElement;
|
||||
|
||||
Reference in New Issue
Block a user