ladybird/Libraries/LibWeb/HTML/CustomElements/CustomStateSet.idl
2025-07-04 18:10:28 +01:00

5 lines
149 B
Text

// https://html.spec.whatwg.org/multipage/custom-elements.html#customstateset
[Exposed=Window]
interface CustomStateSet {
setlike<DOMString>;
};