Re: [css3-selectors]: Proposal: :in-view() selector for better visibility control

On 01/12/2016 09:07, Alexander Shpack wrote:

> I thought about it one more time... No, we can't remove "partial"
> parameter. We have 3 states and :not(:in-view(all)) don't cover partial
> statement, because it includes both statements: partial and none.

Well. Again, this is what :not() is for. Your :in-view(partial) is
exactly :not(:in-view(all)):not(:in-view(none)).

Anyway, I don't think your proposal is doable because of infinite loops.

</Daniel>

Received on Thursday, 1 December 2016 08:50:53 UTC