font-variant

Support Key: CSS1 | CSS2 | IE4B1 | O3.5
Other Font Properties
font-size-adjust
font-stretch
font
font-style
font-weight
font-size
font-family
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
normal
Applicable Elements:
All
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
<font SIZE="(+/-)N">
What is it?
This property is used to create text composed of capital letters (existing capital letters will be larger than the surrounding small-capped content.) This property will have no effect on language systems that do not use more than one case.

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
normal
CSS1 | CSS2 | IE4B1 | O3.5
Type: Explicit
Description:
This value specifies a font that does not use a 'small-capping' effect; all differences in case are displayed as-is using the specified font.
small-caps
CSS1 | CSS2 | IE4B1 | O3.5
Type: Explicit
Description:
This value indicates a 'small-caps' font be used for the current content (content is composed only of capital-case letters.) If such a font is not natively available, the effect should be simulated by the browser using different font sizes.
Example
Ext/Doc: span.sample { font-variant: small-caps }
In-Line:  <span STYLE="font-variant: small-caps">Small Capped Text</span>
Notes Browser Peculiarities

Boring Copyright Stuff....