File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -861,11 +861,14 @@ <h3>Initial Text Direction</h3>
861
861
the [=Unicode Bidirectional Algorithm=] detects the text direction from the content.
862
862
This depends on the first strongly directional character in the text
863
863
or on the context.
864
- Users need to provide [=bidi isolation=] whenever text is inserted into a larger document
865
- in order to avoid [=spillover effects=].
866
- For example "< bdi lang ="he "> ספרים בינלאומיים!</ bdi > " displays the
867
- Hebrew characters in a right-to-left fashion, while in memory
868
- they would be stored as "< bdo dir ="ltr " lang ="he "> ספרים בינלאומיים!</ bdo > "</ p >
864
+ To avoid [=spillover effects=], users need to employ [=bidi isolation=]
865
+ whenever text is inserted into a larger document.
866
+ For example,
867
+ "< code > <bdi lang="he">ספרים בינלאומיים!</bdi></ code > "
868
+ displays the Hebrew characters in a right-to-left fashion
869
+ — i.e., as "< bdi lang ="he "> ספרים בינלאומיים!</ bdi > "
870
+ — while they would be stored in memory as
871
+ "< bdo dir ="ltr " lang ="he "> ספרים בינלאומיים!</ bdo > "</ p >
869
872
</ section >
870
873
</ section >
871
874
You can’t perform that action at this time.
0 commit comments