text-decoration-blink
Overview table
- Applies to
- All elements
- Inherited
- No
- Media
- visual
- Animatable
- No
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
- defaultSelecteddefaultSelected
- runtimeStyleruntimeStyle
- stylestyle
- textDecorationtextDecoration
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]