Skip to main content
canisoon
Explicit descendant combinator >>
0
CSS
An explicit, non-whitespace spelling of the descendant combinator. `A >> B` is equivalent to `A B`.
Further reading:
Can I use page for: Explicit descendant combinator >>
MDN Web Docs - Descendant selectors
JS Bin testcase
Chrome issue #446050: Implement Descendant Combinator ">>"
Mozilla bug #1266283 - Implement CSS4 descendant combinator `>>`