Skip to content

Commit 28012c2

Browse files
committed
fix: dir's auto defiintion
1 parent a791201 commit 28012c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,12 @@ <h3>
473473
"<dfn data-dfn-for="text-direction">auto</dfn>" (default)
474474
</dt>
475475
<dd>
476-
No explicit directionality.
476+
<p>Direction determined from content.</p>
477+
<aside class="note">
478+
<p>
479+
An actual direction value such as `rtl` or `ltr` is preferred to relying on `auto`.
480+
</p>
481+
</aside>
477482
</dd>
478483
</dl>
479484
<p>

0 commit comments

Comments
 (0)