Bug 1687410 [wpt PR 27237] - Update interfaces/custom-state-pseudo-class.idl, a=testonly
[gecko.git] / testing / web-platform / tests / interfaces / custom-state-pseudo-class.idl
blob342f1ede0b030a85271a5db71b3773d1531aee48
1 // GENERATED CONTENT - DO NOT EDIT
2 // Content was automatically extracted by Reffy into webref
3 // (https://github.com/w3c/webref)
4 // Source: Custom State Pseudo Class (https://wicg.github.io/custom-state-pseudo-class/)
6 partial interface ElementInternals {
7 readonly attribute CustomStateSet states;
8 };
10 [Exposed=Window]
11 interface CustomStateSet {
12 setlike<DOMString>;
13 undefined add(DOMString value);