mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user