mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Previously only input elements were matched. Add placeholder_value() to HTMLTextAreaElement mirroring the HTMLInputElement API and update both selector matching code paths to handle textarea.
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
empty value: true
|
|
non-empty value: false
|
|
no placeholder attr: false
|
|
empty placeholder attr: true
|
|
value cleared: true
|
|
placeholder removed: false
|