[w3c/manifest] Do dir and lang apply to name/description of app shortcuts? (#872)

The [dir](https://www.w3.org/TR/appmanifest/#dir-member) and [lang](https://www.w3.org/TR/appmanifest/#lang-member) members specify the base direction and language for the [directionality-capable members](https://www.w3.org/TR/appmanifest/#dfn-directionality-capable-members) of the manifest. The [directionality-capable members](https://www.w3.org/TR/appmanifest/#dfn-directionality-capable-members) are:

* [description](https://www.w3.org/TR/appmanifest/#description-member) member
* [name](https://www.w3.org/TR/appmanifest/#name-member) member
* [short_name](https://www.w3.org/TR/appmanifest/#short_name-member) member

I wonder if they apply to `name`, `short_name`, and `description` of [ShortcutItem](https://www.w3.org/TR/appmanifest/#shortcutitem-and-its-members) as well, since they're different from the member of the manifest itself (`WebAppManifest` dictionary).

-- 
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/issues/872

Received on Friday, 22 May 2020 12:25:12 UTC