Browser.blink allowed
From MozillaZine Knowledge Base
Contents
Background
Mozilla supports both the <blink>
HTML element and the blink
value for the text-decoration
CSS property. The blinking content produced is usually irritating at best, disorienting and confusing at worst. For accessibility reasons, the blink effect can be disabled via this preference.
Possible values and their effects
True
Display content in <blink>
elements and styled with text-decoration: blink
as blinking (Default)
False
Display content in <blink>
elements and styled with text-decoration: blink
as static content.
First checked in
2001-10-10 by L. David Baron (patch by Chase Tingley)
Has an effect in
- Mozilla Suite (all versions since 0.9.6)
- Mozilla Firefox (all versions)
- Mozilla Thunderbird (all versions)
- SeaMonkey (all versions)
- Camino (all versions)
Related bugs
- Bug 19258 - Blinking text must be optional through a user pref
- Bug 857820 - Drop only blink effect from text-decoration: blink; and completely remove <blink> element