[css-position] Pseudo class für elements that are moved by stickyness

It would be extremely helpful if we could use the state if an element is
offset by stickiness by using a pseudo class.


If the sticky positioning does not affect the static positioning of the
lement, the pseudo class would not be active. If that element is fixed by
stickyness it would activate the pseudo class.



Something along those lines will be a very popular use-case:



..my-herader:sticky .bulky-item {

  display: none;

}



What’s your take on that?



Cheers

Gion

Received on Tuesday, 15 December 2015 10:45:58 UTC