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-mode

Summary

Sets the mode for the line-through text decoration, determining whether the text decoration affects the space characters or not.

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

Overview table

Initial value
continuous
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

Values

continuous
The line is continuous and covers white space.
skip-white-space
The line skips (does not include) white space characters.

Notes

This property is obsolete and has been replaced by the text-decoration-skip 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.