mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-28 10:36:51 +00:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
interface HTMLOutputElement : HTMLElement {
|
|
|
|
readonly attribute DOMString type;
|
|
|
|
}
|