Re: [w3c/manifest] fix: dir's auto definition (PR #1118)

@marcoscaceres commented on this pull request.



> @@ -487,7 +487,17 @@ <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>
+                An explicit direction value such as "[=text-direction/rtl=]" or

```suggestion
Using [=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
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1118#pullrequestreview-2103344266
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1118/review/2103344266@github.com>

Received on Thursday, 6 June 2024 23:08:32 UTC