| Microsoft Typography | Typography on the Web | Specifying fonts... | 5.4.2 'letter-spacing' | |||
|
Value: normal | <length>
Initial: normal Applies to: all elements Inherited: yes Percentage values: N/A Microsoft® Internet Explorer 3.0 support: no. Microsoft Internet Explorer 4.0 support: yes.
BLOCKQUOTE { letter-spacing: 0.1em }
Here, the letter-spacing between each character in 'BLOCKQUOTE' elements would be increased by '0.1em'. With a value of 'normal', the UAs may change the space between letters to justify text. This will not happen if 'letter-spacing' is explicitly set to a <length> value: BLOCKQUOTE { letter-spacing: 0 }
BLOCKQUOTE { letter-spacing: 0cm }
When the resultant space between two letters is not the same as the default space, UAs should not use ligatures. CSS1 core: UAs may interpret any value of 'letter-spacing' as 'normal'.
Dark blue text is taken from Cascading Style Sheets, level 1. W3C Recommendation 17 December 1996 - http://www.w3.org/pub/WWW/TR/REC-CSS1
|
|||
| Microsoft Typography | Typography on the Web | Specifying fonts... | 5.4.2 'letter-spacing' | |||