text-decoration-skip

Important

This documentation is preliminary and subject to change.

Specifies what part of the element content should not receive any text decoration.

Syntax

{ text-decoraton-skip:sSkip }

Possible values

sStyle

String that specifies the following values:

noneSkip nothing: text decoration is drawn for all element content.
imagesSkip the content if it is an inline replaced image.
spacesSkip white space.
inkSkip where glyphs are drawn to prevent decoration from obscuring a glyph.
allSkip over all content in the element

This property has a default value of images. It is inherited.

Standards information

This property is defined in CSS Text Level 3 Gg721763.xtlink_newWindow(en-us,Expression.40).png.

Applies to

a, address, b, big, blockquote, body, button, caption, center, cite, code, col, colgroup, custom, dd, defaults, dfn, div, dl, dt, em, fieldset, form, hn, html, i, img, input type=button, input type=checkbox, input type=file, input type=image, input type=password, input type=radio, input type=reset, input type=submit, input type=text, li, ol, p, s, span, sub, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var, xmp

See also

Concepts

text-decoration
text-decoration-color
text-decoration-skip
text-outline
text-shadow
text-underline-position

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.