mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
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;
|
|
|
|
};
|