CSS -moz-text-blink Property Reference

The CSS -moz-text-blink property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -moz-text-blink Property Reference

The CSS -moz-text-blink property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-moz-text-blink overview

The CSS -moz-text-blink property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

-moz-text-blink formal syntax
FieldValue
Formal syntaxnone | blink
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -moz-text-blink. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-moz-text-blink live example
CSS .reset-example { -moz-text-blink: initial; } .inherit-example { -moz-text-blink: inherit; } @supports (-moz-text-blink: initial) { .supported { -moz-text-blink: initial; } }

Description

The CSS -moz-text-blink property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -moz-text-blink
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies