text-autospace

Support Key: [IE5]
Other International Properties
unicode-bidi
direction
ruby-align
ruby-overhang
ruby-position
line-break
word-break
writing-mode
ime-mode
text-justify
text-kashida-space
layout-flow
layout-grid
layout-grid-mode
layout-grid-type
layout-grid-line
layout-grid-char
layout-grid-char-spacing
= 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:
No
Applicable Media:
Visual
HTML Equivalent:
NA
What is it?
This property controls the autospacing and narrow space width adjustment behavior of text. Ideographs are used in many Asian writing systems to represent concepts rather than letters or phonetic strings, and their interpretation may be context-sensitive. This property allows for spacing rules to take into account the presence of ideographs in document content.

Allowed Values
none
[IE5]
Type: Explicit
Description:
No extra spacing is added.
ideograph-alpha
[IE5]
Type: Explicit
Description:
Creates extra spacing between ideographic character groups and non-ideographic text (such as Latin-based, Cyrillic, Greek, Arabic, or Hebrew content.)
ideograph-numeric
[IE5]
Type: Explicit
Description:
Creates extra spacing between groups of ideographic text and numeric characters.
ideograph-parenthesis
[IE5]
Type: Explicit
Description:
Creates extra spacing between a normal (non-wide/half-width) parenthesis and ideograph characters.
ideograph-space
[IE5]
Type: Explicit
Description:
Extends the width of the space character when it is adjacent to ideographs.
Example
Ext/Doc: div { text-autospace: ideograph-numeric; }
In-Line: 
<div STYLE="text-autospace: ideograph-numeric;">This is numeric 123 and English 123 content. Imagine that the English has ideographic characters within, and you would get the idea of this property.</div>
Browser Peculiarities

Boring Copyright Stuff....