Re: :loading :loaded :missing :corrupt

Ted Shaneyfelt wrote:
> Distinct states that would be useful to recognize include:
> 
> :loading,
> :loaded,
> :missing,
> :corrupt

For what it's worth, development versions of Gecko have:

:-moz-broken (which would cover your :missing and :corrupt, which are not
               exactly easy to tell apart).
:-moz-user-disabled (user has turned off all images)
:-moz-suppressed (images from the server involved are blocked)
:-moz-loading
:-moz-type-unsupported (for <object>s)

I see no need for :loaded, given :not().

-Boris

Received on Monday, 30 October 2006 21:49:14 UTC