We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8f669 commit 6fd0a0eCopy full SHA for 6fd0a0e
index.html
@@ -473,10 +473,14 @@ <h3>
473
"<dfn data-dfn-for="text-direction">auto</dfn>" (default)
474
</dt>
475
<dd>
476
- <p>Direction determined from content using the first-strong part of the [[BIDI]] algorithm.</p>
+ <p>
477
+ Direction determined from content using the first-strong part of
478
+ the [[BIDI]] algorithm.
479
+ </p>
480
<aside class="note">
481
<p>
- An actual direction value such as `rtl` or `ltr` is preferred to relying on `auto`.
482
+ An actual direction value such as `rtl` or `ltr` is preferred
483
+ to relying on `auto`.
484
</p>
485
</aside>
486
</dd>
0 commit comments