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

@@ -118,5 +118,5 @@ interface HTMLInputElement : HTMLElement {
// https://html.spec.whatwg.org/multipage/#HTMLInputElement-partial
partial interface HTMLInputElement {
// attribute DOMString align;
// attribute DOMString useMap;
attribute DOMString useMap;
};