mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:45:09 +00:00
LibWeb: Add all HTML elements between L and Q
This commit is contained in:
parent
b90a91da4a
commit
1fbe4b2a2f
61 changed files with 1815 additions and 0 deletions
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;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue