mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02: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;
|
|
|
|
};
|