mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-28 20:04:14 +00:00
15 lines
480 B
Text
15 lines
480 B
Text
|
|
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;
|
||
|
|
|
||
|
|
}
|