Automatic update from web-platform-tests Update interfaces/custom-state-pseudo-class.idl (#27237) Note: This file was recently manually updated in commit c9e17b285d. This commit may revert some of those changes. Source: https://github.com/w3c/webref/blob/fea2cb0/ed/idl/custom-state-pseudo-class.idl Build: https://travis-ci.org/w3c/webref/builds/213593159 -- wpt-commits: 0f74915a040e481eefedaddd5fe0cf5c16043a5d wpt-pr: 27237
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: Custom State Pseudo Class (https://wicg.github.io/custom-state-pseudo-class/)
|
|
|
|
partial interface ElementInternals {
|
|
readonly attribute CustomStateSet states;
|
|
};
|
|
|
|
[Exposed=Window]
|
|
interface CustomStateSet {
|
|
setlike<DOMString>;
|
|
undefined add(DOMString value);
|
|
};
|