Represents selector: E + F
Represents selector: E + F
Matches the current element if it has an attribute name
Represents selector: E > F
Represents selector: E > F
Matches if the CSS class attribute contains the given class name word
no summary matey
Parser of CSS3 selectors
Matches text starting with the given value or with value immediately followed by "-" (U+002D)
Represents selector: E F
Represents selector: E F
Represents selector: E ~ F
Represents selector: E ~ F
Matches a whole word after splitting up the value by whitespace
Represents a matcher on a set of nodes, typically used on attributes in CSS3 selectors
Matches the current element if it has a namespaced attribute name
Used for the nthcalculations representing an + b
Represents manipuluation rules