mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Add textarea value properties
This commit is contained in:
committed by
Andreas Kling
parent
e33ae9a58b
commit
091faf1aae
Notes:
sideshowbarker
2024-07-16 20:08:14 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/091faf1aae Pull-request: https://github.com/SerenityOS/serenity/pull/22243 Reviewed-by: https://github.com/kalenikaliaksandr Reviewed-by: https://github.com/shannonbooth
@@ -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