combinators
combinator | tempate | notes | related |
, (comma) | A, B | A or B | |
(space) | A B | descendants | |
. (dot) | A.B | A with class B | |
> | A > B | direct child | |
+ | A + B | next sibling | |
~ | A ~ B | siblings following A |
Last updated
combinator | tempate | notes | related |
, (comma) | A, B | A or B | |
(space) | A B | descendants | |
. (dot) | A.B | A with class B | |
> | A > B | direct child | |
+ | A + B | next sibling | |
~ | A ~ B | siblings following A |
Last updated