We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bd7ff commit cb8f84dCopy full SHA for cb8f84d
css-text-3/Overview.bs
@@ -1232,12 +1232,13 @@ Shaping Across Intra-word Breaks</h3>
1232
''overflow-wrap: break-word'',
1233
or when <a>hyphenating</a>)
1234
the characters must still be shaped
1235
- as if the word were not broken.
+ (its joining forms chosen)
1236
+ as if the word were still whole.
1237
1238
<div class="example">
1239
For example, if the word “نوشتن” is broken between the “ش” and “ت”,
- the “ش” still takes its initial form (“ﺷ”), and the “ت” its medial form (“ﺘ”),
1240
- as in “ﻧﻮﺷﺘﻦ”.
+ the “ش” still takes its initial form (“ﺷ”), and the “ت” its medial form (“ﺘ”)--
1241
+ forming as in “ﻧﻮﺷ | ﺘﻦ”, not as in “نوش | تن”.
1242
</div>
1243
1244
<h2 id="justification">
0 commit comments