mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
12 lines
352 B
Text
12 lines
352 B
Text
interface HTMLTextAreaElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString placeholder;
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString wrap;
|
|
readonly attribute DOMString type;
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect=readonly] attribute boolean readOnly;
|
|
[Reflect] attribute boolean required;
|
|
|
|
}
|