- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 30 Oct 2006 15:48:23 -0600
- To: tvs@hawaii.edu
- CC: www-svg <www-svg@w3.org>
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