Matches all elements that are checked or selected. The :checked selector works for
Select all elements that are in the progress of an animation at the time the selector is run.
Select all elements at an index greater than index within the matched set. index-related
Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
Selects all elements that are the nth-child of their parent, counting from the last element to the first. Because
Selects all elements that are hidden. Elements can be considered hidden for several reasons:
Select all elements that have at least one child node (either an element or text). This is the inverse
Selects the first matched element. The :first pseudo-class is equivalent to :eq(
Selects the target element indicated by the fragment identifier of the document's URI. If the document's
Selects elements which contain at least one element that matches the specified selector. The expression
Page 3 of 7