text-line-through-style
Summary
Specifies the line style for line-through text decoration.
(Considered obsolete; use text-decoration-style instead.)
Overview table
- Initial value
 none- Applies to
 - all elements with and generated content with textual content
 - Inherited
 - No
 - Media
 - visual
 - Computed value
 - specified value (except for initial and inherit)
 - Animatable
 - No
 - CSS Object Model Property
 N/A- Percentages
 - N/A
 
Syntax
text-line-through-style: dashedtext-line-through-style: dot-dashtext-line-through-style: dot-dot-dashtext-line-through-style: dottedtext-line-through-style: doubletext-line-through-style: nonetext-line-through-style: solidtext-line-through-style: wave
Values
- none
 - Produces no line
 - solid
 - Produces a solid line
 - double
 - Produces a double line.
 - dotted
 - Produces a dotted line
 - dashed
 - Produces a dashed line
 - dot-dash
 - Produces a line that repeats a pattern where a dot is followed by a dash.
 - dot-dot-dash
 - Produces a line that repeats a pattern where two dots are followed by a dash.
 - wave
 - Produces a wavy line.
 
Notes
This property is obsolete and has been replaced by the text-decoration-style 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.
Related specifications
- CSS3 Text Module
 - Candidate Recommendation
 - CSS Text Module Level 3
 - Editor’s Draft