mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 20:15:00 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
parent
a86ce7eaca
commit
b90a91da4a
42 changed files with 1275 additions and 0 deletions
5
Libraries/LibWeb/HTML/HTMLButtonElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLButtonElement.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
interface HTMLButtonElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString value;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue