mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
e2e6b03a45
Also throw in some missing reflected DOMString values
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
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;
|
|
|
|
}
|