From 06e20e66a92b9d7a65e9529661ad75537a99b6be Mon Sep 17 00:00:00 2001 From: aarongustafson Date: Mon, 8 Jun 2020 15:51:01 -0700 Subject: [PATCH 1/9] Making shortcuts directionally aware --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 0ce6559c..8f5329a5 100644 --- a/index.html +++ b/index.html @@ -1666,6 +1666,15 @@

  • short_name member.
  • +
  • + ShortcutItem.name member. +
  • +
  • + ShortcutItem.short_name member. +
  • +
  • + ShortcutItem.description member. +
  • The text-direction values From a5cc1e8c4b249985abaed4f9a02e202f0746f872 Mon Sep 17 00:00:00 2001 From: aarongustafson Date: Mon, 8 Jun 2020 15:53:42 -0700 Subject: [PATCH 2/9] directionality-capable members -> localizable string members --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8f5329a5..e6ae45eb 100644 --- a/index.html +++ b/index.html @@ -1649,12 +1649,12 @@

    The dir member specifies the base direction for - the directionality-capable members of the manifest. The + the localizable string members of the manifest. The dir member's value can be set to one of the text-direction values.

    - The directionality-capable members are: + The localizable string members are:

    From ddc07bff19545bf373fbfafb1946402133a2b6db Mon Sep 17 00:00:00 2001 From: Aaron Gustafson Date: Tue, 9 Jun 2020 08:15:32 -0700 Subject: [PATCH 7/9] Text tweak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcos Cáceres --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 200a01b9..31ec4445 100644 --- a/index.html +++ b/index.html @@ -1654,7 +1654,7 @@

    values.

    - The localizable string members are: + The localizable members are:

    The text-direction values defined by TextDirectionType, are the following, implying - that the value of the localizable string members is by - default: + that the value of the localizable members is by default:

    @@ -1352,8 +1347,8 @@

    - When displaying the localizable string members to an - end-user, if the base direction is ltr or rtl: + When displaying the localizable string members to an end-user, + if the base direction is ltr or rtl:

    1. If the member is being @@ -1376,8 +1371,8 @@

      The lang member is a language tag (string) that specifies the primary language for the values of the manifest's - localizable string members (as knowing the language can - also help with directionality). + localizable members (as knowing the language can also help + with directionality).

      A language tag is a string that matches the From b0c38c7cf2600d5a4c3c5641a64fa691bcdab8ae Mon Sep 17 00:00:00 2001 From: aarongustafson Date: Tue, 9 Jun 2020 08:21:14 -0700 Subject: [PATCH 9/9] One more 'localizable string' reference --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 661e0a61..4c9f4ca3 100644 --- a/index.html +++ b/index.html @@ -1347,7 +1347,7 @@

      - When displaying the localizable string members to an end-user, + When displaying the localizable members to an end-user, if the base direction is ltr or rtl: