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:
@@ -21,7 +21,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
// attribute unsigned long rows;
|
||||
// attribute DOMString wrap;
|
||||
|
||||
//readonly attribute DOMString type;
|
||||
readonly attribute DOMString type;
|
||||
// attribute DOMString defaultValue;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString value;
|
||||
//readonly attribute unsigned long textLength;
|
||||
|
||||
Reference in New Issue
Block a user