This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

text-decoration-blink

Overview table

Initial value
:

Applies to
All elements
Inherited
No
Media
visual

Computed value
:

Animatable
No

CSS Object Model Property
:

Syntax

  • text-decoration-blink: false
  • text-decoration-blink: true

Values

true
The textDecoration property is set to “blink.”
false
The textDecoration property is not set to “blink.”

Notes

Remarks

This property currently has no visible effect because “blink” is not currently implemented as a possible value of the textDecoration property.

Syntax

textDecorationBlink: true | false

Requirements

{

See also

Related pages

Attributions