css pseudo class
`:-moz-handler-crashed` CSS pseudo-class
The :-moz-handler-crashed CSS pseudo-class is a Mozilla extension that matches elements that can’t be displayed because the plugin responsible for drawing them has crashed.
[!NOTE] This selector is mainly intended to be used by theme developers.
Syntax
:-moz-handler-crashed {
/* ... */
}
Specifications
Not part of any standard.