July 1998
Intermediate to advanced
1456 pages
65h 5m
English
textTransform — NN n/a IE 4 DOM n/a
Read/Write
Controls the capitalization of the element’s text. When a value
other than none is assigned to this attribute, the
cases of all letters in the source text are arranged by the style
sheet, overriding the case of the source text characters.
document.all.heading.style.textTransform = "capitalize"
A value of none allows the case of the source text
to be rendered as is. Other available constant values (as strings)
are: capitalize | lowercase |
uppercase. A value of
capitalize sets the first character of every word
to uppercase. Values lowercase and
uppercase render all characters of the element
text in their respective cases.
None.
Read now
Unlock full access