File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -5685,17 +5685,19 @@ Bidirectionality and Line Boxes</h3>
5685
5685
then from the 'direction' property of the containing block.
5686
5686
5687
5687
<div class="example">
5688
- <p> In the following example, assuming the <code> <block></code>
5689
- is a preformatted block (''display: block; white-space: pre'' ) inheriting
5690
- ''text-align: start'' , every other line is right-aligned:</p>
5691
- <pre>
5688
+ <p> In the following example,
5689
+ assuming the <code> <block></code>
5690
+ is a start-aligned preformatted block
5691
+ (''display: block; white-space: pre; text-align: start'' ),
5692
+ every other line is right-aligned:
5693
+ <pre dir=auto>
5692
5694
<block style="unicode-bidi: plaintext">
5693
- Latin
5694
- و·کمی
5695
- Latin
5696
- و·کمی
5697
- Latin
5698
- و·کمی
5695
+ français
5696
+ فارسی
5697
+ français
5698
+ فارسی
5699
+ français
5700
+ فارسی
5699
5701
</block></pre>
5700
5702
</div>
5701
5703
You can’t perform that action at this time.
0 commit comments