mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
interface HTMLModElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString cite;
|
|
[Reflect=datetime] attribute DOMString dateTime;
|
|
|
|
};
|