mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add type IDL attr for submittable elements
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// http://www.whatwg.org/html/#htmlobjectelement
|
||||
interface HTMLObjectElement : HTMLElement {
|
||||
// attribute DOMString data;
|
||||
// attribute DOMString type;
|
||||
attribute DOMString type;
|
||||
// attribute boolean typeMustMatch;
|
||||
// attribute DOMString name;
|
||||
// attribute DOMString useMap;
|
||||
|
||||
Reference in New Issue
Block a user