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

6 lines
149 B
Plaintext

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