mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add all HTML elements between L and Q
This commit is contained in:
6
Libraries/LibWeb/HTML/HTMLMetaElement.idl
Normal file
6
Libraries/LibWeb/HTML/HTMLMetaElement.idl
Normal file
@@ -0,0 +1,6 @@
|
||||
interface HTMLMetaElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString content;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user