mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement most of HTMLFormElement's webidl
This commit is contained in:
parent
98d1ddfcd3
commit
332c94b730
4 changed files with 112 additions and 71 deletions
|
@ -6,15 +6,15 @@
|
|||
// http://www.whatwg.org/html/#htmlformelement
|
||||
//[OverrideBuiltins]
|
||||
interface HTMLFormElement : HTMLElement {
|
||||
// attribute DOMString acceptCharset;
|
||||
// attribute DOMString action;
|
||||
// attribute DOMString autocomplete;
|
||||
// attribute DOMString enctype;
|
||||
// attribute DOMString encoding;
|
||||
// attribute DOMString method;
|
||||
// attribute DOMString name;
|
||||
// attribute boolean noValidate;
|
||||
// attribute DOMString target;
|
||||
attribute DOMString acceptCharset;
|
||||
attribute DOMString action;
|
||||
attribute DOMString autocomplete;
|
||||
attribute DOMString enctype;
|
||||
attribute DOMString encoding;
|
||||
attribute DOMString method;
|
||||
attribute DOMString name;
|
||||
attribute boolean noValidate;
|
||||
attribute DOMString target;
|
||||
|
||||
//readonly attribute HTMLFormControlsCollection elements;
|
||||
//readonly attribute long length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue