diff --git a/index.html b/index.html index 1398e104..7f07c7d5 100644 --- a/index.html +++ b/index.html @@ -446,29 +446,14 @@

The [=manifest's=] dir member specifies the default string - direction for the localizable members of the manifest. + "manifest">dir member specifies the default + direction for the [=localizable members=] of the [=manifest=]. The [=manifest/dir=] member's value can be set to a - text-direction. + [=text-direction=].

-

- The localizable members are: -

-

The text-directions are the following, implying that the - value of the localizable members is by default: + value of the [=localizable members=] is by default:

@@ -559,9 +544,10 @@

"ECMA-402#sec-isstructurallyvalidlanguagetag">IsStructurallyValidLanguageTag with |json|["lang"] returns `false`, return. -
  • Set |manifest|["lang"] to the result of calling the - CanonicalizeUnicodeLocaleId - abstract operation with |json|["lang"]. +
  • [=Map/Set=] |manifest|["lang"] to the result of calling the + CanonicalizeUnicodeLocaleId + abstract operation with |json|["lang"].
  • @@ -576,6 +562,9 @@

    to the user (e.g., amongst a list of other applications, or as a label for an icon).

    +

    + The [=manifest/name=] member is a [=localizable member=]. +

    The [=manifest/name=] member serves as the accessible name of an @@ -597,6 +586,9 @@

    intended to be used where there is insufficient space to display the full name of the web application.

    +

    + The [=manifest/short_name=] member is a [=localizable member=]. +

    When [=processing a manifest=], the [=process a text member=] algorithm is used to process the [=manifest/short_name=] member. @@ -656,6 +648,9 @@

    an OS's task switcher and/or system preferences.

    +

    + The [=manifest/icons=] member is a [=localizable member=]. +

    -
    +

    Internationalization

    @@ -3312,6 +3651,16 @@

    using one of the following options:

    +
    + Localized values in the manifest: +
    +
    + Authors can provide [=localized values=] for the [=localizable + members=] of the [=manifest=]. The user agent passes all localized + values to the host operating system. When the user changes the + [=locale=] at the OS level, the OS can present the updated localized + values of the [=installed web application=]. +
    Dynamically setting the language: