We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f54efe commit 55e6818Copy full SHA for 55e6818
index.html
@@ -487,7 +487,20 @@ <h3>
487
"<dfn data-dfn-for="text-direction">auto</dfn>" (default)
488
</dt>
489
<dd>
490
- No explicit directionality.
+ <p>
491
+ Direction determined from content using <a data-cite=
492
+ "bidi#P2">Rule P2</a> of the [[BIDI]] algorithm.
493
+ </p>
494
+ <aside class="note">
495
496
+ [=text-direction/auto=] means that the directionality of each
497
+ member is determined by its first strongly directional
498
+ character (as per the <a data-cite="bidi#P2">Rule P2</a>). An
499
+ explicit direction value such as "[=text-direction/rtl=]" or
500
+ "[=text-direction/ltr=]" is preferred to relying on the default
501
+ of "[=text-direction/auto=]".
502
503
+ </aside>
504
</dd>
505
</dl>
506
<p>
0 commit comments