Help Center

Local Navigation

CSS property: text-transform

Availability

BlackBerry® Device Software version 4.6 or later

Usage

All elements

Inherited

Yes

Default value

none

The text-transform property controls the capitalization of an element’s text.

Property values

Value

Description

capitalize

This value specifies that each word in the text starts with a capital letter.

lowercase

This value specifies that the entire text is displayed in lowercase.

none

This value specifies that standard capitalization applies.

uppercase

This value specifies that the entire text is displayed in uppercase.

inherit

This value specifies that the element inherits the text-transform property value from the containing element.

Index


Was this information helpful? Send us your comments.