mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:45:07 +00:00
LibWeb: Add all HTML elements between S and V
This commit is contained in:
parent
1fbe4b2a2f
commit
be5a62d5d7
42 changed files with 1275 additions and 0 deletions
7
Libraries/LibWeb/HTML/HTMLTextAreaElement.idl
Normal file
7
Libraries/LibWeb/HTML/HTMLTextAreaElement.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
interface HTMLTextAreaElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString placeholder;
|
||||
[Reflect] attribute DOMString wrap;
|
||||
readonly attribute DOMString type;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue