Skip to content

Commit 2171624

Browse files
committed
[css-inline] update CJK exclusion area text per #947
1 parent b0dc2a8 commit 2171624

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -955,15 +955,12 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
955955
<dd>
956956
This value is the same as ''initial-letter-wrap/none'',
957957
except that the exclusion area of the impacted lines
958-
is increased as necessary for its end-edge to land on the character grid.
958+
is increased as necessary for its end-edge to land on the character grid,
959+
i.e. to be a multiple of (''1ic'' + 'letter-spacing')
960+
as computed on the containing block.
959961
The 'justify-self' property can then be used to align
960962
the initial letter box within the exclusion area.
961963

962-
The rule for matching the character grid is
963-
''1ch'' &times; <var>n</var> + 'letter-spacing' &times; (<var>n</var> - 1),
964-
where <var>n</var> is the size of the initial letter
965-
as specified by the 'initial-letter' property.
966-
967964
<figure>
968965
<img src="images/CJK-Initial.001.png" width="480"
969966
alt="Diagram of Japanese initial letter in vertical writing mode">

0 commit comments

Comments
 (0)