mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Add all HTML elements between L and Q
This commit is contained in:
6
Libraries/LibWeb/HTML/HTMLModElement.idl
Normal file
6
Libraries/LibWeb/HTML/HTMLModElement.idl
Normal file
@@ -0,0 +1,6 @@
|
||||
interface HTMLModElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString cite;
|
||||
[Reflect=datetime] attribute DOMString dateTime;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user