selectors::matching::AFFECTED_BY_CHILD_INDEX []

pub const AFFECTED_BY_CHILD_INDEX: StyleRelations = StyleRelations{bits: 1 << 1,}

Whether this element has matched any rule whose matching is determined by its position in the tree (i.e., first-child, nth-child, etc.).

XXX improve this description and name, "position" is too generic.