Skip to content

Commit

Permalink
fix: dir's auto definition (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 6, 2024
1 parent 2f54efe commit 55e6818
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,20 @@ <h3>
"<dfn data-dfn-for="text-direction">auto</dfn>" (default)
</dt>
<dd>
No explicit directionality.
<p>
Direction determined from content using <a data-cite=
"bidi#P2">Rule P2</a> of the [[BIDI]] algorithm.
</p>
<aside class="note">
<p>
[=text-direction/auto=] means that the directionality of each
member is determined by its first strongly directional
character (as per the <a data-cite="bidi#P2">Rule P2</a>). An
explicit direction value such as "[=text-direction/rtl=]" or
"[=text-direction/ltr=]" is preferred to relying on the default
of "[=text-direction/auto=]".
</p>
</aside>
</dd>
</dl>
<p>
Expand Down

0 comments on commit 55e6818

Please sign in to comment.