- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 27 Jul 2020 00:38:03 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 July 2020 07:38:15 UTC
@r12a that helps a lot! Thanks you. Just to be clear, the "base direction" is just the "ltr" or "rtl" or "auto" values, not the direction of the surrounding text.
So:
```JSON
{
"dir": "auto",
"description": "set my direction"
}
```
base direction is "auto".
So, with the updated text, we are now trying to say is: if "rtl" or "ltr" -> Rule P3 is overridden (as BIDI says to do). Otherwise, it's "auto", so do Rule P1.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/926#issuecomment-664174800
Received on Monday, 27 July 2020 07:38:15 UTC