mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-05 18:58:33 +00:00
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
interface HTMLFieldSetElement : HTMLElement {
|
|
|
|
readonly attribute DOMString type;
|
|
|
|
};
|