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:
Sam Atkins
2025-11-27 13:52:14 +00:00
parent 82dfa69e4e
commit 85478c9215
Notes: github-actions[bot] 2025-11-27 16:45:55 +00:00
16 changed files with 107 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
#import <HTML/HTMLDataListElement.idl>
#import <HTML/HTMLElement.idl>
#import <HTML/HTMLFormElement.idl>
#import <HTML/PopoverInvokerElement.idl>
#import <HTML/PopoverTargetAttributes.idl>
#import <HTML/ValidityState.idl>
#import <FileAPI/FileList.idl>
@@ -75,4 +75,4 @@ interface HTMLInputElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString align;
[CEReactions, Reflect=usemap] attribute DOMString useMap;
};
HTMLInputElement includes PopoverInvokerElement;
HTMLInputElement includes PopoverTargetAttributes;