CSS - -moz-text-blink
The -moz-text-blink
non-standard Mozilla CSS extension specifies the blink mode.
Example
CSS
Copy Code
.example { -moz-text-blink: blink; }
Syntax
CSS
Copy Code
none <a href="css/value_definition_syntax#single_bar" title="Single bar">|</a> 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.
Description
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 |
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 |
Specifications
This property was defined in an old draft of the CSS 3 Text specification. Newer versions removed its definition.
License
© 2016 Mozilla 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