mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Rename popover "invoker"
Lots of renames, no behaviour differences. (Apart from the rename of the
IDL type, which does of course affect JS.)
Corresponds to:
16cb7808da
This commit is contained in:
Notes:
github-actions[bot]
2025-11-27 16:45:55 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/85478c92150 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6957
@@ -1,6 +1,6 @@
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLFormElement.idl>
|
||||
#import <HTML/PopoverInvokerElement.idl>
|
||||
#import <HTML/PopoverTargetAttributes.idl>
|
||||
#import <HTML/ValidityState.idl>
|
||||
|
||||
[MissingValueDefault=submit, InvalidValueDefault=submit]
|
||||
@@ -37,4 +37,4 @@ interface HTMLButtonElement : HTMLElement {
|
||||
|
||||
readonly attribute NodeList labels;
|
||||
};
|
||||
HTMLButtonElement includes PopoverInvokerElement;
|
||||
HTMLButtonElement includes PopoverTargetAttributes;
|
||||
|
||||
Reference in New Issue
Block a user