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-line-through-color

Summary

Specifies the line colors for the line-through text decoration.

(Considered obsolete; use text-decoration-color instead.)

Overview table

Initial value
currentColor
Applies to
all elements with and generated content with textual content
Inherited
No
Media
visual
Computed value
<color>
Animatable
No
CSS Object Model Property
N/A
Percentages
N/A

Syntax

  • text-line-through-color: <color>

Values

<color>
Specifies a color value.

Notes

To learn more about the initial value, see currentColor.

This property is obsolete and has been replaced by the text-decoration-color property.

Originally defined in an earlier draft of the CSS3 Text Module specification, the functionality controlled by this property is now defined in the CSS Text Decoration Level 3 module. Sites (and apps) relying on the earlier behavior should be updated accordingly.