diff --git a/index.html b/index.html index a440f6ef..67e75b78 100644 --- a/index.html +++ b/index.html @@ -1996,7 +1996,7 @@

Algorithm

  • Initialize result to an empty map.
  • Initialize default language to @none. If the active context has a default language, - set default language to the default language from the active context + set default language to the default language from the active context normalized to lower case.
  • For each key term and value term definition in the active context, ordered by shortest term @@ -2112,7 +2112,7 @@

    Algorithm

    default base direction:
    1. Initialize a variable lang dir - with the concatenation of default language and default base direction, + with the concatenation of default language and default base direction, separate by an underscore (`"_"`), normalized to lower case.
    2. If language map does not have a lang dir entry,