Browser.blink allowed: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(→‎Related bugs: blink no longer supported)
 
Line 22: Line 22:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=19258 Bug 19258 - Blinking text must be optional through a user pref]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=19258 Bug 19258 - Blinking text must be optional through a user pref]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=857820 Bug 857820 - Drop only blink effect from text-decoration: blink; and completely remove <blink> element]


==External links==
==External links==

Latest revision as of 22:07, 22 December 2013

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

External links