leadingCombinators property

List<CssValue<Combinator>> leadingCombinators
final

This selector's leading combinators.

If this is empty, that indicates that it has no leading 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>> leadingCombinators;