mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02:00
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
interface HTMLMetaElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString content;
|
|
|
|
}
|