| // GENERATED CONTENT - DO NOT EDIT | |
| // Content was automatically extracted by Reffy into reffy-reports | |
| // (https://github.com/tidoust/reffy-reports) | |
| // Source: Custom State Pseudo Class (https://wicg.github.io/custom-state-pseudo-class/) | |
| partial interface ElementInternals { | |
| [SameObject, PutForwards=value] readonly attribute DOMTokenList states; | |
| }; |