Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

-moz-text-blink

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

Summary

The -moz-text-blink non-standard Mozilla CSS extension specifies the blink mode.

Firefox, who was the only major browser supporting it, dropped its support in Firefox 26. This property is now unsupported on all browsers.

Initial valuenone
Applies toall elements
Inheritedno
Mediavisual
Computed valueas specified
Animatableno
Canonical orderthe unique non-ambiguous order defined by the formal grammar

Syntax

none | blink

Values

none
Produces no blinking.
blink
Text blinks. Note that not blinking the text is one technique to satisfy checkpoint 3.3 of WAI-UAAG.

Example

.example {
  -moz-text-blink: blink;
}

Specifications

This property was defined in an old draft of the CSS 3 Text specification. Newer versions removed its definition.

Browser compatibility

Feature Firefox (Gecko) Chrome Internet Explorer Opera Safari
Basic support 6.0 (6.0)
Removed in 26.0 (26.0)
Not supported Not supported Not supported Not supported
Feature Firefox Mobile (Gecko) Android IE Phone Opera Mobile Safari Mobile
Basic support 6.0 (6.0)
Removed in 26.0 (26.0)
Not supported Not supported Not supported Not supported

Document Tags and Contributors

 Contributors to this page: fscholz, Sebastianz, teoli, Sheppy, ethertank
 Last updated by: fscholz,