mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user