mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
interface HTMLQuoteElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString cite;
|
|
|
|
};
|