Re: Selectors Tests

Andrew Fedoniouk wrote:
> :disabled  != :not(:enabled)
> :enabled  != :not(:disabled)
> not(:enabled)  && :not(:disabled) == true

This is desired, yes.

> :enabled  && :disabled == true

This can't happen.

-Boris

Received on Friday, 7 November 2008 01:35:24 UTC