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