Relative selectors parent { > child { } } #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "relative-selectors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for https://drafts.csswg.org/selectors-4/#relative
Initially I added a RelativeSelector rule, but figured it would be easier to just make the first selectors optional.
This does lead to top level relative selectors, which are normally invalid,
and to multiple child nested selectors parsing. (
> > uhh { })Looks good!