@@ -1914,18 +1914,14 @@ Character Class Spacing: the 'text-spacing' property</h3>
19141914
19151915 <dt> <dfn>ideograph-alpha</dfn>
19161916 <dd>
1917- Creates 1/4em extra spacing between runs of
1917+ Creates extra spacing between runs of
19181918 <a>ideographs</a> and <a>non-ideographic letters</a> .
19191919
1920- Note: A commonly used algorithm for determining this behavior is specified in [[JLREQ]] .
1921-
19221920 <dt> <dfn>ideograph-numeric</dfn>
19231921 <dd>
1924- Creates 1/4em extra spacing between runs of
1922+ Creates extra spacing between runs of
19251923 <a>ideographs</a> and <a>non-ideographic numerals</a> glyphs.
19261924
1927- Note: A commonly used algorithm for determining this behavior is specified in [[JLREQ]] .
1928-
19291925 <dt> <dfn>punctuation</dfn>
19301926 <dd>
19311927 Creates extra non-breaking spacing around punctuation as required by language-specific typographic conventions.
@@ -2036,6 +2032,12 @@ Character Class Spacing: the 'text-spacing' property</h3>
20362032 in 3.8 Line Adjustment in [[JLREQ]] .
20372033 </dl>
20382034
2035+ Note: A commonly used algorithm for ''ideograph-alpha'' and ''ideograph-numeric''
2036+ is specified in [[JLREQ]] .
2037+ Spacing conventions vary, but values typically range from 1/4em to as low as 1/8em,
2038+ with 1/4em being particularly common in monospace contexts
2039+ and 1/6em being more common in proportional typesetting.
2040+
20392041 This property is additive with the 'word-spacing' and 'letter-spacing' properties.
20402042 That is, the amount of spacing contributed by the 'letter-spacing' setting (if any)
20412043 is added to the spacing created by 'text-spacing' .
0 commit comments