Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLTextAreaElement.h
Sam Atkins 9e227dfc16 LibWeb: Flesh out HTMLTextAreaElement
Give it a shadow tree, similar to HTMLInputElement's, so that we can
actually edit its contents at a basic level. Add some CSS to use the
`rows` and `cols` attributes as the size if they are present.
2023-09-09 07:45:05 +02:00

2.7 KiB