mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
interface HTMLMetaElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString content;
|
|
[Reflect=http-equiv] attribute DOMString httpEquiv;
|
|
|
|
[Reflect] attribute DOMString scheme;
|
|
|
|
};
|