Skip to content

Commit cb8f84d

Browse files
committed
1 parent 16bd7ff commit cb8f84d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-text-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,12 +1232,13 @@ Shaping Across Intra-word Breaks</h3>
12321232
''overflow-wrap: break-word'',
12331233
or when <a>hyphenating</a>)
12341234
the characters must still be shaped
1235-
as if the word were not broken.
1235+
(its joining forms chosen)
1236+
as if the word were still whole.
12361237

12371238
<div class="example">
12381239
For example, if the word “نوشتن” is broken between the “ش” and “ت”,
1239-
the “ش” still takes its initial form (“ﺷ”), and the “ت” its medial form (“ﺘ”),
1240-
as in “ﻧﻮﺷﺘﻦ”.
1240+
the “ش” still takes its initial form (“ﺷ”), and the “ت” its medial form (“ﺘ”)--
1241+
forming as in “ﻧﻮﺷ | ﺘﻦ”, not as in “نوش | تن”.
12411242
</div>
12421243

12431244
<h2 id="justification">

0 commit comments

Comments
 (0)