textDecorationBlink property
Sets or retrieves a Boolean value that indicates whether the object's textDecoration property has a value of "blink."
This property is not supported for Windows apps using JavaScript.
Syntax
textDecorationBlink: true | false
Property values
true-
The textDecoration property is set to "blink."
false-
The textDecoration property is not set to "blink."
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Remarks
This property currently has no visible effect because "blink" is not currently implemented as a possible value of the textDecoration property.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: