mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
5
Libraries/LibWeb/HTML/HTMLDataElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLDataElement.idl
Normal file
@@ -0,0 +1,5 @@
|
||||
interface HTMLDataElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString value;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user