text-transform

Support Key: [CSS1|CSS2|CSS2.1] [IE4B1|N4B2|O3.5|S1]
Other Text Properties
word-spacing
letter-spacing
white-space
word-wrap
text-align
text-align-last
text-decoration
text-shadow
text-indent
text-underline-position
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   none
Applicable Elements:
All
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
Official Docs:
CSS1: Sect 5.4.5
CSS2: Sect 16.5, CSS2.1: Sect 16.5
What is it?
This property sets the casing style for a section of text. Content may not be affected if it is not in the ISO 8859-1 character set or does not have an applicable alternate case character to convert to.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
none
[CSS1|CSS2|CSS2.1] [IE4B1|N4B2|O3.5|S1]
Type: Explicit
Description:
No transforming is done. This neutralizes the inherited value.
capitalize
[CSS1|CSS2|CSS2.1] [IE4B1|N4B2|O3.5|S1]
Type: Explicit
Description:
Uppercases the first letter of every word.
uppercase
[CSS1|CSS2|CSS2.1] [IE4B1|N4B2|O3.5|S1]
Type: Explicit
Description:
All text in the section is forced to upper case.
lowercase
[CSS1|CSS2|CSS2.1] [IE4B1|N4B2|O3.5|S1]
Type: Explicit
Description:
All text in the section is forced to lower case.
Example
Ext/Doc: div { text-transform: capitalize }
In-Line:  <div STYLE="text-transform: capitalize">This is a capitalization test.</div>
Notes Browser Peculiarities

Boring Copyright Stuff....