mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user