mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
interface HTMLMapElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
}
|