css pseudo class
`:-moz-handler-blocked` CSS pseudo-class
The :-moz-handler-blocked CSS pseudo-class is a Mozilla extension that matches elements that can’t be displayed because their handlers have been blocked.
[!NOTE] This selector is mainly intended to be used by theme developers.
Syntax
:-moz-handler-blocked {
/* ... */
}
Specifications
Not part of any standard.