script: Add usemap reflection to HTMLInputElement and HTMLObjectElement (#43502)

script: Add usemap reflection to HTMLInputElement and HTMLObjectElement

Testing: Covered by WPTs

Signed-off-by: Luke Warlow <lwarlow@igalia.com>
This commit is contained in:
Luke Warlow
2026-03-21 09:54:32 +00:00
committed by GitHub
parent f06e67c031
commit ac1c86fea7
10 changed files with 38 additions and 503 deletions

View File

@@ -15,8 +15,6 @@ interface HTMLObjectElement : HTMLElement {
// attribute boolean typeMustMatch;
// [CEReactions]
// attribute DOMString name;
// [CEReactions]
// attribute DOMString useMap;
readonly attribute HTMLFormElement? form;
// [CEReactions]
// attribute DOMString width;
@@ -48,6 +46,8 @@ partial interface HTMLObjectElement {
// attribute unsigned long vspace;
// attribute DOMString codeBase;
// attribute DOMString codeType;
[CEReactions]
attribute DOMString useMap;
//[LegacyNullToEmptyString] attribute DOMString border;
};