ladybird/Libraries/LibWeb/HTML/CustomElements/CustomStateSet.idl

6 lines
149 B
Text
Raw Normal View History

2025-07-03 17:32:10 +01:00
// https://html.spec.whatwg.org/multipage/custom-elements.html#customstateset
[Exposed=Window]
interface CustomStateSet {
setlike<DOMString>;
};