mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add type IDL attr for submittable elements
This commit is contained in:
parent
e048f3f940
commit
8a2c746e61
10 changed files with 66 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue