-moz-text-blink

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

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 value none
Applies to all elements
Inherited no
Media visual
Computed value as specified
Animatable no
Canonical order the 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

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-text-blink

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部