Skip to content

Commit e5f0439

Browse files
committed
[css-inline] Use ic unit
1 parent c272bae commit e5f0439

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

css-inline/Overview.bs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -890,12 +890,10 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
890890
The 'justify-self' property can then be used to align
891891
the initial letter box within the exclusion area.
892892

893-
The heuristic for matching the character grid is
894-
1em &times; <var>n</var> + 'letter-spacing' &times; (<var>n</var> - 1),
893+
The rule for matching the character grid is
894+
''1ch'' &times; <var>n</var> + 'letter-spacing' &times; (<var>n</var> - 1),
895895
where <var>n</var> is the size of the initial letter
896-
as specified by the 'initial-letter' property,
897-
and 1em represents the typical character advance width for ideographic characters
898-
(and may be replaced by a more accurate value if known).
896+
as specified by the 'initial-letter' property.
899897

900898
<figure>
901899
<img src="images/CJK-Initial.001.png" width="480"

0 commit comments

Comments
 (0)