mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-02 04:17:17 +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;
|
|
|
|
};
|