mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
LibWeb: Add textarea value properties
This commit is contained in:
committed by
Andreas Kling
parent
e33ae9a58b
commit
091faf1aae
@@ -21,9 +21,9 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString wrap;
|
||||
|
||||
readonly attribute DOMString type;
|
||||
// FIXME: [CEReactions] attribute DOMString defaultValue;
|
||||
// FIXME: attribute [LegacyNullToEmptyString] DOMString value;
|
||||
// FIXME: readonly attribute unsigned long textLength;
|
||||
[CEReactions] attribute DOMString defaultValue;
|
||||
[LegacyNullToEmptyString] attribute DOMString value;
|
||||
readonly attribute unsigned long textLength;
|
||||
|
||||
// FIXME: readonly attribute boolean willValidate;
|
||||
// FIXME: readonly attribute ValidityState validity;
|
||||
|
||||
Reference in New Issue
Block a user