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:
@@ -37,7 +37,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
attribute unsigned long size;
|
||||
// attribute DOMString src;
|
||||
// attribute DOMString step;
|
||||
// attribute DOMString type; //XXXjdm need binaryName
|
||||
attribute DOMString type; //XXXjdm need binaryName
|
||||
// attribute DOMString defaultValue;
|
||||
[TreatNullAs=EmptyString] attribute DOMString value;
|
||||
// attribute Date? valueAsDate;
|
||||
|
||||
Reference in New Issue
Block a user