parent-selector is currently a CSS utopia of being able to write selectors where the parent's style depends on the child's style
CSS child selector is denoted with the >
character. According to Shaun Inman, <
is the desired syntax for parent selector. CSSv4 plans to add a :has
pseudo-selector for parent selector.