diff --git a/selectors-4/deferred-for-level-5 b/selectors-4/deferred-for-level-5 index fc867c53f6e..f53012644a7 100644 --- a/selectors-4/deferred-for-level-5 +++ b/selectors-4/deferred-for-level-5 @@ -127,3 +127,14 @@ The local link pseudo-class '':local-link'' What about if the document url has less than N segments, and the link is same-page? Should "null segments" count as matching, or not? + +

Exposing custom state: the '':state()'' pseudo-class

+ + The :state() pseudo-class takes a case-sensitive argument + and matches custom elements whose exposed custom states include the argument. + + The grammar of the '':state()'' pseudo-class is: + +
:state(  )
+ + The exact matching behavior of '':state()'' pseudo-class is defined by the host language. See HTML's definition.