Constant selectors::matching::HAS_EDGE_CHILD_SELECTOR []

pub const HAS_EDGE_CHILD_SELECTOR: ElementFlags = ElementFlags{bits: 1 << 2,}

When a child is added or removed from this element, the first and last children must be restyled, because they may match :first-child, :last-child, or :only-child.