Skip to content

Commit 55e6818

Browse files
fix: dir's auto definition (#1118)
1 parent 2f54efe commit 55e6818

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

index.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,20 @@ <h3>
487487
"<dfn data-dfn-for="text-direction">auto</dfn>" (default)
488488
</dt>
489489
<dd>
490-
No explicit directionality.
490+
<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+
<p>
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+
</p>
503+
</aside>
491504
</dd>
492505
</dl>
493506
<p>

0 commit comments

Comments
 (0)