2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLInputElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString accept;
|
|
|
|
|
[Reflect] attribute DOMString alt;
|
|
|
|
|
[Reflect] attribute DOMString max;
|
|
|
|
|
[Reflect] attribute DOMString min;
|
|
|
|
|
[Reflect] attribute DOMString pattern;
|
|
|
|
|
[Reflect] attribute DOMString placeholder;
|
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
|
[Reflect] attribute DOMString step;
|
|
|
|
|
[Reflect=dirname] attribute DOMString dirName;
|
|
|
|
|
[Reflect=value] attribute DOMString defaultValue;
|
|
|
|
|
|
2020-09-11 13:17:39 -03:00
|
|
|
attribute boolean checked;
|
2020-07-27 01:04:26 -03:00
|
|
|
}
|