Skip to content

Commit 13e6626

Browse files
committed
[css-text] Add example for arbitrary breaking of Arabic text.
1 parent 029a3cd commit 13e6626

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-text/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,12 @@ Line Breaking Details</h3>
922922
due to ''break-all'', the characters must still be shaped as if the
923923
word were not broken.</p>
924924

925+
<div class="example">
926+
For example, if the word “نوشتن” is broken between the “ش” and “ت”,
927+
the “ش” still takes its initial form (“ﺷ”), and the “ت” its medial form (“ﺘ”),
928+
as in “ﻧﻮﺷﺘﻦ”.
929+
</div>
930+
925931
<h3 id="line-break-property">
926932
Breaking Rules for Punctuation: the 'line-break' property</h3>
927933

0 commit comments

Comments
 (0)