combinators property
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;