@lisaquestions These people think that each of the 14 people who came ahead of them is an injustice, they just know who they can complain about and get any sympathy.
@LeaVerou@tshddx@UberEats The other thing that helps is that it is in apps interest to split notifications into as many categories as they can because the fastest way to turn off notifications (the long press menu on a notification) only turns off the category.
@LeaVerou To put this into more organized thoughts,
1.`:not(&)` feels weird.
2. I assumed that `.x` would have meant `&.x` so the ambiguity is a problem.
3. Right now nested feels like what it would have been like if css variables worked like processor variables.
@LeaVerou `.a .b &> .c` would mean `X:is(.a .b) > .c`, `.a .b & .c` would mean `X:is(.a .b) .c`
Probably would allow special cases for the rhs to be empty ie `&> .a` would mean `X > .a`