combinators property

List<CssValue<Combinator>> combinators
final

This selector's combinators.

If this is empty, that indicates that it has an implicit descendent combinator. If it's more than one element, that means it's invalid CSS; however, we still support this for backwards-compatibility purposes.

Implementation

final List<CssValue<Combinator>> combinators;