blob: 8fcd287acd337664d0878aaaac46453aa54f224d [file] [log] [blame] [edit]
// 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;
};