word-spacing | letter-spacing |
text-decoration | vertical-align text-transform | text-align | text-indent | line-height |
|
Allowed Values |
Value Type |
Browser Support |
Description |
normal | explicit | IE | N | This value specifies that the browser default word spacing will be used. |
[length] | calculated | IE | N | The length value is an amount in addition to the browser default space between words. Any of the standard Length Units may be used. Negative values are allowed, but browsers may have limits to behavior in such situations. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
normal | explicit | IE4B1 | N | This value specifies that the browser default letter spacing will be used. |
[length] | calculated | IE4B1 | N | The length value is an amount in addition to the browser default space between letters. Any of the standard Length Units may be used. Negative values are allowed, but browsers may have limits to behavior in such situations. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
none | explicit | IE3B1 | N4B3 | This adds no decoration to the section. |
underline | explicit | IE3B1 | N4B2 | The text in the section will be underlined. |
overline | explicit | IE4B1 | N | The text in the section should have a line at the top of the text. |
line-through | explicit | IE3B1 | N4B2 | The text in the section will have a line through the middle (strikethrough text.) |
blink | explicit | IE | N4B2 | The text in the section blinks. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
top | middle | bottom | baseline | calculated | IE4B1 | N | top - Aligns the top of the element with the tallest element on
the line. middle - Aligns the vertical midpoint of the element (typically an image) with the baseline plus half the x-height of the parent. bottom - Aligns the bottom of the element with the lowest element on the line. baseline - Aligns the baseline of the element with the baseline of the parent. |
text-top | text-bottom | calculated | IE4B1 | N |
text-top - Aligns the top of the element with the top of the
parent element's font. text-bottom - Aligns the bottom of the element with the bottom of the parent element's font. |
sub | super | calculated | IE | N |
sub - Subscripts the element. super - Superscripts the element. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
capitalize | explicit | IE4B1 | N4B2 | Uppercases the first letter of every word. |
uppercase | explicit | IE4B1 | N4B2 | All text in the section is forced to upper case. |
lowercase | explicit | IE4B1 | N4B2 | All text in the section is forced to lower case. |
none | explicit | IE4B1 | N4B2 | No transforming is done. This neutralizes the inherited value. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
left | explicit | IE3B1 | N4B2 | Left aligns all text in the Block Section |
right | explicit | IE3B1 | N4B2 | Right aligns all text in the Block Section |
center | explicit | IE3B1 | N4B2 | Center aligns all text in the Block Section |
justify | explicit | IE4B2 | N4B2 | Applies text justification to all text in the Block Section. If the browser does not support this capability, left is typically used. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
[length] | calculated | IE3B1 | N4B2 | This is an absolute value to determine text indenting. Negative values are allowed, but browsers may have limits to behavior in such situations. Consult the Units Page for acceptable length unit systems. |
[percentage] | calculated | IE3B1 | N4B3 | This number is a multiplier used to determine the text-indent relative to the parent element's width. |
|
Allowed Values |
Value Type |
Browser Support |
Description |
normal | explicit | IE4B1 | N4B3 | Sets the line height to a reasonable value relative to the element's font face. Browser dependent results. |
[number] | calculated | IE3 | N4B3 | This number is a multiplier to determine the line height
as a factor of the current element font-size. To determine the line height from
the [number], multiply the current element height by the [number]. Children elements
will inherit the multiplying factor. (ex: DIV { line-height: 1.2; font-size: 10pt} gives a line height of 10pt * 1.2 = 12pt.) |
[length] | calculated | IE3 | N4B3 | This value is also relative to the current font-size property, but is an absolute measurement instead of a scaling factor. Consult the Units Page for acceptable length unit systems. |
[percentage] | calculated | IE3 | N4B3 | This number is also a multiplier (like [number]) used to determine the line height as a factor of the current element font-size. To determine the line height from the [percentage], multiply the current element height by the [percentage]. Children elements will inherit the resultant value. |