that comes directly after a
- , which comes directly after an
📅  最后修改于: 2022-03-11 14:47:44.502000             🧑  作者: Mango
/* selects any that is inside a , which is inside an */
article p span { ... }
/* selects any that comes directly after a
, which comes directly after an */
h1 + ul + p { ... }