JSSTag.textTransform (Property)

The transformation of text in the object.

Availability:

CSS level - 1
JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyJSSTag.textTransform
NmyJSSTag.textTransform = aTransformation
CSS syntax:text-transform: aTransformation
Argument list:aTransformationA character glyph transform

The JSSTag.textTransform property corresponds to the text-transform CSS property.

This property provides a means to change the glyphs that are used without affecting the underlying source text. The following values are permitted:

The default value is "none".

This value is inherited from its parent container element.

Warnings:

See also:style.textTransform