From e84e6ba5b5eb636603dd75daae05e13e178a57b8 Mon Sep 17 00:00:00 2001
From: Marcos Caceres
Date: Fri, 3 May 2024 08:31:32 +1000
Subject: [PATCH 1/9] fix: dir's auto defiintion
---
index.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index b2e7c25c..67b41daf 100644
--- a/index.html
+++ b/index.html
@@ -473,7 +473,12 @@
"auto" (default)
- No explicit directionality.
+ Direction determined from content.
+
From 8d8f669db2043a0e152b7190a9001d358f89ce92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Date: Fri, 3 May 2024 08:34:54 +1000
Subject: [PATCH 2/9] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 67b41daf..68038b72 100644
--- a/index.html
+++ b/index.html
@@ -473,7 +473,7 @@
"auto" (default)
- Direction determined from content.
+ Direction determined from content using the first-strong part of the [[BIDI]] algorithm.
From 573c7744c8a7091105c583b2d30db46338382789 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Date: Fri, 3 May 2024 09:49:22 +1000
Subject: [PATCH 5/9] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index d773f907..cde37f70 100644
--- a/index.html
+++ b/index.html
@@ -479,7 +479,7 @@
- An actual direction value such as "[=text-direction/rtl=]" or
+ An explicit direction value such as "[=text-direction/rtl=]" or
"[=text-direction/ltr=]" is preferred to relying on
"[=text-direction/auto=]".
From 01e7366b87d8ed75401fbe5a8690d67fe375c34f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Date: Fri, 7 Jun 2024 09:06:29 +1000
Subject: [PATCH 6/9] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index d05d5bed..c57ae46d 100644
--- a/index.html
+++ b/index.html
@@ -488,7 +488,7 @@
- Direction determined from content using the first-strong part of
+ Direction determined from content using Rule P2 of
the [[BIDI]] algorithm.
From bc4fa93ef4600eae0d26dff9c160d243107b74d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Date: Fri, 7 Jun 2024 09:10:07 +1000
Subject: [PATCH 7/9] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index c57ae46d..11741348 100644
--- a/index.html
+++ b/index.html
@@ -494,7 +494,7 @@
An explicit direction value such as "[=text-direction/rtl=]" or
- "[=text-direction/ltr=]" is preferred to relying on
+ "[=text-direction/ltr=]" is preferred to relying on the default of
"[=text-direction/auto=]".
From c148587e87a13a2d6f0503af22288a11805b16c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Date: Fri, 7 Jun 2024 09:10:32 +1000
Subject: [PATCH 8/9] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 11741348..56da38ce 100644
--- a/index.html
+++ b/index.html
@@ -493,7 +493,7 @@
- An explicit direction value such as "[=text-direction/rtl=]" or
+[=text-direction/auto=] means that the directionality of each member is determined by its first strongly directional character (as per the Rule P2). An explicit direction value such as "[=text-direction/rtl=]" or
"[=text-direction/ltr=]" is preferred to relying on the default of
"[=text-direction/auto=]".
From 686855b888debbc7aac204c73f317cf2e9ee1913 Mon Sep 17 00:00:00 2001
From: Marcos Caceres
Date: Fri, 7 Jun 2024 09:12:35 +1000
Subject: [PATCH 9/9] tidy
---
index.html | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
index 56da38ce..96d4d2fe 100644
--- a/index.html
+++ b/index.html
@@ -488,14 +488,17 @@
- Direction determined from content using Rule P2 of
- the [[BIDI]] algorithm.
+ Direction determined from content using Rule P2 of the [[BIDI]] algorithm.
-[=text-direction/auto=] means that the directionality of each member is determined by its first strongly directional character (as per the Rule P2). An explicit direction value such as "[=text-direction/rtl=]" or
- "[=text-direction/ltr=]" is preferred to relying on the default of
- "[=text-direction/auto=]".
+ [=text-direction/auto=] means that the directionality of each
+ member is determined by its first strongly directional
+ character (as per the Rule P2). An
+ explicit direction value such as "[=text-direction/rtl=]" or
+ "[=text-direction/ltr=]" is preferred to relying on the default
+ of "[=text-direction/auto=]".