mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 09:01:02 +00:00
5 lines
90 B
Text
5 lines
90 B
Text
interface HTMLFieldSetElement : HTMLElement {
|
|
|
|
readonly attribute DOMString type;
|
|
|
|
};
|