-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.

Obsolete since Gecko 26 (Firefox 26 / Thunderbird 26 / SeaMonkey 2.23)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

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

Firefox, which was the only major browser supporting it, dropped support for this property in Firefox 26. It is now unsupported on all browsers.

Initial valuenone
Applies toall elements
Inheritedno
Computed valueas specified
Animation typediscrete

Syntax

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.

Formal syntax

none | blink

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

No compatibility data found. Please contribute data for "css.properties.-moz-text-blink" (depth: 1) to the MDN compatibility data repository.